Lines Matching defs:GLubyte

89 typedef unsigned char GLubyte;
302 typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
351 GLAPI const GLubyte *APIENTRY glGetString (GLenum name);
852 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
853 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBVPROC) (GLuint index, const GLubyte *v);
864 typedef void (APIENTRYP PFNGLVERTEXATTRIB4UBVPROC) (GLuint index, const GLubyte *v);
946 GLAPI void APIENTRY glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
947 GLAPI void APIENTRY glVertexAttrib4Nubv (GLuint index, const GLubyte *v);
958 GLAPI void APIENTRY glVertexAttrib4ubv (GLuint index, const GLubyte *v);
1269 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4UBVPROC) (GLuint index, const GLubyte *v);
1290 typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);
1354 GLAPI void APIENTRY glVertexAttribI4ubv (GLuint index, const GLubyte *v);
1375 GLAPI const GLubyte *APIENTRY glGetStringi (GLenum name, GLuint index);
5320 typedef void (APIENTRYP PFNGLPATHCOMMANDSNVPROC) (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
5322 typedef void (APIENTRYP PFNGLPATHSUBCOMMANDSNVPROC) (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
5349 typedef void (APIENTRYP PFNGLGETPATHCOMMANDSNVPROC) (GLuint path, GLubyte *commands);
5378 GLAPI void APIENTRY glPathCommandsNV (GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
5380 GLAPI void APIENTRY glPathSubCommandsNV (GLuint path, GLsizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords);
5407 GLAPI void APIENTRY glGetPathCommandsNV (GLuint path, GLubyte *commands);