Searched defs:GLubyte (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dgl.h160 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef
810 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
812 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
863 GLAPI const GLubyte* GLAPIENTRY glGetString( GLenum name );
1014 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
1020 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
1027 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1041 GLAPI void GLAPIENTRY glColor4ub( GLubyte re
[all...]

Completed in 47 milliseconds