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

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h156 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef
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 re
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h154 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef
804 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
806 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
857 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
1008 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
1014 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
1021 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1035 GLAPI void GLAPIENTRY glColor4ub( GLubyte re
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h73 typedef unsigned char GLubyte; typedef
992 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4NUBPROC)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
993 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4NUBVPROC)(GLuint index, const GLubyte *v);
1004 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4UBVPROC)(GLuint index, const GLubyte *v);
1021 GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) DECLSPEC_HIDDEN;
1042 WINED3D_EXTERN void (WINE_GLAPI *glColor3ub)(GLubyte red, GLubyte gree
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h73 typedef unsigned char GLubyte; typedef
992 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4NUBPROC)(GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
993 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4NUBVPROC)(GLuint index, const GLubyte *v);
1004 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4UBVPROC)(GLuint index, const GLubyte *v);
1017 GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) DECLSPEC_HIDDEN;
1038 void (WINE_GLAPI *glColor3ub)(GLubyte red, GLubyte gree
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h32 typedef unsigned char GLubyte; typedef
4749 void GLAPIENTRY glBitmap(GLsizei,GLsizei,GLfloat,GLfloat,GLfloat,GLfloat,const GLubyte*);
4770 void GLAPIENTRY glColor3ub(GLubyte,GLubyte,GLubyte);
4771 void GLAPIENTRY glColor3ubv(const GLubyte*);
4786 void GLAPIENTRY glColor4ub(GLubyte,GLubyte,GLubyte,GLubyte);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h35 typedef unsigned char GLubyte; typedef
5079 void GLAPIENTRY glBitmap(GLsizei,GLsizei,GLfloat,GLfloat,GLfloat,GLfloat,const GLubyte*);
5100 void GLAPIENTRY glColor3ub(GLubyte,GLubyte,GLubyte);
5101 void GLAPIENTRY glColor3ubv(const GLubyte*);
5116 void GLAPIENTRY glColor4ub(GLubyte,GLubyte,GLubyte,GLubyte);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddispatch.h2314 GLfloat, GLfloat, const GLubyte *);
2326 GLfloat, const GLubyte *))
2497 typedef void (GLAPIENTRYP _glptr_Color3ub) (GLubyte, GLubyte, GLubyte);
2509 void (GLAPIENTRYP fn) (GLubyte, GLubyte, GLubyte))
2514 typedef void (GLAPIENTRYP _glptr_Color3ubv) (const GLubyte *);
2526 void (GLAPIENTRYP fn) (const GLubyte *))
2508 SET_Color3ub(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLubyte, GLubyte, GLubyte)) argument
2775 SET_Color4ub(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLubyte, GLubyte, GLubyte, GLubyte)) argument
7512 SET_Indexub(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLubyte)) argument
15045 SET_SecondaryColor3ubEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLubyte, GLubyte, GLubyte)) argument
[all...]

Completed in 234 milliseconds