Searched defs:GLushort (Results 1 - 7 of 7) sorted by relevance
/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/ |
H A D | gl.h | 157 typedef unsigned short GLushort; /* 2-byte unsigned */ typedef 800 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern ); 1025 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue ); 1041 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green, 1042 GLushort blue, GLushort alpha ); 1052 GLAPI void GLAPIENTRY glColor3usv( const GLushort * [all...] |
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/ |
H A D | gl.h | 155 typedef unsigned short GLushort; /* 2-byte unsigned */ typedef 798 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern ); 1023 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue ); 1039 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green, 1040 GLushort blue, GLushort alpha ); 1050 GLAPI void GLAPIENTRY glColor3usv( const GLushort * [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/ |
H A D | wined3d_gl.h | 75 typedef unsigned short GLushort; typedef 995 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4NUSVPROC)(GLuint index, const GLushort *v); 1006 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4USVPROC)(GLuint index, const GLushort *v); 1046 WINED3D_EXTERN void (WINE_GLAPI *glColor3us)(GLushort red, GLushort green, GLushort blue) DECLSPEC_HIDDEN; 1047 WINED3D_EXTERN void (WINE_GLAPI *glColor3usv)(const GLushort *v) DECLSPEC_HIDDEN; 1062 WINED3D_EXTERN void (WINE_GLAPI *glColor4us)(GLushort red, GLushort green, GLushort blu [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/ |
H A D | wined3d_gl.h | 75 typedef unsigned short GLushort; typedef 995 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4NUSVPROC)(GLuint index, const GLushort *v); 1006 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB4USVPROC)(GLuint index, const GLushort *v); 1042 void (WINE_GLAPI *glColor3us)(GLushort red, GLushort green, GLushort blue) DECLSPEC_HIDDEN; 1043 void (WINE_GLAPI *glColor3usv)(const GLushort *v) DECLSPEC_HIDDEN; 1058 void (WINE_GLAPI *glColor4us)(GLushort red, GLushort green, GLushort blu [all...] |
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/ |
H A D | wgl.h | 35 typedef unsigned short GLushort; typedef 4774 void GLAPIENTRY glColor3us(GLushort,GLushort,GLushort); 4775 void GLAPIENTRY glColor3usv(const GLushort*); 4790 void GLAPIENTRY glColor4us(GLushort,GLushort,GLushort,GLushort); 4791 void GLAPIENTRY glColor4usv(const GLushort*); [all...] |
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/ |
H A D | wgl.h | 39 typedef unsigned short GLushort; typedef 5104 void GLAPIENTRY glColor3us(GLushort,GLushort,GLushort); 5105 void GLAPIENTRY glColor3usv(const GLushort*); 5120 void GLAPIENTRY glColor4us(GLushort,GLushort,GLushort,GLushort); 5121 void GLAPIENTRY glColor4usv(const GLushort*); [all...] |
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/ |
H A D | dispatch.h | 2564 typedef void (GLAPIENTRYP _glptr_Color3us) (GLushort, GLushort, GLushort); 2576 void (GLAPIENTRYP fn) (GLushort, GLushort, GLushort)) 2581 typedef void (GLAPIENTRYP _glptr_Color3usv) (const GLushort *); 2593 void (GLAPIENTRYP fn) (const GLushort *)) 2831 typedef void (GLAPIENTRYP _glptr_Color4us) (GLushort, GLushort, GLushor 2575 SET_Color3us(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLushort, GLushort, GLushort)) argument 2842 SET_Color4us(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLushort, GLushort, GLushort, GLushort)) argument 15121 SET_SecondaryColor3usEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLushort, GLushort, GLushort)) argument [all...] |
Completed in 289 milliseconds