Lines Matching defs:GLubyte
121 typedef unsigned char GLubyte; /* 1-byte unsigned */
771 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
773 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
824 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
975 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
981 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
988 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1002 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
1003 GLubyte blue, GLubyte alpha );
1015 GLAPI void GLAPIENTRY glColor3ubv( const GLubyte *v );
1024 GLAPI void GLAPIENTRY glColor4ubv( const GLubyte *v );
1206 const GLubyte *bitmap );