Lines Matching defs:GLubyte
128 typedef unsigned char GLubyte; /* 1-byte unsigned */
778 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
780 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
831 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
982 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
988 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
995 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1009 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green,
1010 GLubyte blue, GLubyte alpha );
1022 GLAPI void GLAPIENTRY glColor3ubv( const GLubyte *v );
1031 GLAPI void GLAPIENTRY glColor4ubv( const GLubyte *v );
1213 const GLubyte *bitmap );