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

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h153 typedef signed char GLbyte; /* 1-byte signed */ typedef
993 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
999 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1027 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte gree
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h151 typedef signed char GLbyte; /* 1-byte signed */ typedef
991 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
997 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1016 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1025 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte gree
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h72 typedef signed char GLbyte; typedef
989 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4NBVPROC)(GLuint index, const GLbyte *v);
996 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4BVPROC)(GLuint index, const GLbyte *v);
1032 WINED3D_EXTERN void (WINE_GLAPI *glColor3b)(GLbyte red, GLbyte green, GLbyte blue) DECLSPEC_HIDDEN;
1033 WINED3D_EXTERN void (WINE_GLAPI *glColor3bv)(const GLbyte *v) DECLSPEC_HIDDEN;
1048 WINED3D_EXTERN void (WINE_GLAPI *glColor4b)(GLbyte red, GLbyte green, GLbyte blu
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h72 typedef signed char GLbyte; typedef
989 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4NBVPROC)(GLuint index, const GLbyte *v);
996 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4BVPROC)(GLuint index, const GLbyte *v);
1028 void (WINE_GLAPI *glColor3b)(GLbyte red, GLbyte green, GLbyte blue) DECLSPEC_HIDDEN;
1029 void (WINE_GLAPI *glColor3bv)(const GLbyte *v) DECLSPEC_HIDDEN;
1044 void (WINE_GLAPI *glColor4b)(GLbyte red, GLbyte green, GLbyte blu
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h12 typedef signed char GLbyte; typedef
4760 void GLAPIENTRY glColor3b(GLbyte,GLbyte,GLbyte);
4761 void GLAPIENTRY glColor3bv(const GLbyte*);
4776 void GLAPIENTRY glColor4b(GLbyte,GLbyte,GLbyte,GLbyte);
4777 void GLAPIENTRY glColor4bv(const GLbyte*);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h12 typedef signed char GLbyte; typedef
5090 void GLAPIENTRY glColor3b(GLbyte,GLbyte,GLbyte);
5091 void GLAPIENTRY glColor3bv(const GLbyte*);
5106 void GLAPIENTRY glColor4b(GLbyte,GLbyte,GLbyte,GLbyte);
5107 void GLAPIENTRY glColor4bv(const GLbyte*);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddispatch.h2331 typedef void (GLAPIENTRYP _glptr_Color3b) (GLbyte, GLbyte, GLbyte);
2343 void (GLAPIENTRYP fn) (GLbyte, GLbyte, GLbyte))
2348 typedef void (GLAPIENTRYP _glptr_Color3bv) (const GLbyte *);
2359 SET_Color3bv(struct _glapi_table *disp, void (GLAPIENTRYP fn) (const GLbyte *))
2598 typedef void (GLAPIENTRYP _glptr_Color4b) (GLbyte, GLbyte, GLbyt
2342 SET_Color3b(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLbyte, GLbyte, GLbyte)) argument
2609 SET_Color4b(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLbyte, GLbyte, GLbyte, GLbyte)) argument
3053 SET_Normal3b(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLbyte, GLbyte, GLbyte)) argument
14859 SET_SecondaryColor3bEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLbyte, GLbyte, GLbyte)) argument
[all...]

Completed in 2029 milliseconds