core  array_cache  math  swrast  swrast_setup  tnl  tnl_dd 
Main Page   Data Structures   File List   Data Fields   Globals   Related Pages  

api_validate.h File Reference

#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)

Function Documentation

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.

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
 


Generated on Sun May 16 15:55:11 2004 for Mesa Core by doxygen1.2.13.1 written by Dimitri van Heesch, © 1997-2001