Home | History | Annotate | Download | only in GL

Lines Matching defs:GLubyte

156 typedef unsigned char	GLubyte;	/* 1-byte unsigned */
806 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
808 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
859 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
1010 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
1016 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
1023 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1037 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
1038 GLubyte blue, GLubyte alpha );
1050 GLAPI void GLAPIENTRY glColor3ubv( const GLubyte *v );
1059 GLAPI void GLAPIENTRY glColor4ubv( const GLubyte *v );
1241 const GLubyte *bitmap );
2143 GLAPI void GLAPIENTRY glGetProgramRegisterfvMESA(GLenum target, GLsizei len, const GLubyte *name, GLfloat *v);