#include "mtypes.h"Functions | |
| GLboolean | _mesa_validate_DrawArrays (GLcontext *ctx, GLenum mode, GLint start, GLsizei count) |
| Called from the tnl module to error check the function parameters and verify that we really can draw something. More... | |
| GLboolean | _mesa_validate_DrawElements (GLcontext *ctx, GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) |
| GLboolean | _mesa_validate_DrawRangeElements (GLcontext *ctx, GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) |
|
||||||||||||||||||||
|
Called from the tnl module to error check the function parameters and verify that we really can draw something.
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||
|
|
1.2.13.1 written by Dimitri van Heesch,
© 1997-2001