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

/vbox/src/VBox/Additions/x11/x11include/MesaLib-8.0.4-GL/GL/
H A Dgl.h154 typedef short GLshort; /* 2-byte signed */ typedef
965 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
970 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
975 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/include/GL/
H A Dgl.h152 typedef short GLshort; /* 2-byte signed */ typedef
963 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
968 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
973 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/
H A Dwined3d_gl.h74 typedef short GLshort; typedef
975 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB1SPROC)(GLuint index, GLshort x);
976 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB1SVPROC)(GLuint index, const GLshort *v);
981 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB2SPROC)(GLuint index, GLshort x, GLshort y);
982 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB2SVPROC)(GLuint index, const GLshort *v);
987 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB3SPROC)(GLuint index, GLshort x, GLshort y, GLshort z);
988 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB3SVPROC)(GLuint index, const GLshort *
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dwined3d_gl.h74 typedef short GLshort; typedef
975 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB1SPROC)(GLuint index, GLshort x);
976 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB1SVPROC)(GLuint index, const GLshort *v);
981 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB2SPROC)(GLuint index, GLshort x, GLshort y);
982 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB2SVPROC)(GLuint index, const GLshort *v);
987 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB3SPROC)(GLuint index, GLshort x, GLshort y, GLshort z);
988 typedef void (WINE_GLAPI *PGLFNVERTEXATTRIB3SVPROC)(GLuint index, const GLshort *
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dwgl.h26 typedef short GLshort; typedef
4768 void GLAPIENTRY glColor3s(GLshort,GLshort,GLshort);
4769 void GLAPIENTRY glColor3sv(const GLshort*);
4784 void GLAPIENTRY glColor4s(GLshort,GLshort,GLshort,GLshort);
4785 void GLAPIENTRY glColor4sv(const GLshort*);
[all...]
/vbox/src/VBox/Additions/WINNT/Graphics/Wine_new/vbox/libWineStub/include/wine/
H A Dwgl.h29 typedef short GLshort; typedef
5098 void GLAPIENTRY glColor3s(GLshort,GLshort,GLshort);
5099 void GLAPIENTRY glColor3sv(const GLshort*);
5114 void GLAPIENTRY glColor4s(GLshort,GLshort,GLshort,GLshort);
5115 void GLAPIENTRY glColor4sv(const GLshort*);
[all...]
/vbox/src/VBox/Additions/x11/x11include/xorg-server-1.14.0/
H A Ddispatch.h2464 typedef void (GLAPIENTRYP _glptr_Color3s) (GLshort, GLshort, GLshort);
2476 void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort))
2481 typedef void (GLAPIENTRYP _glptr_Color3sv) (const GLshort *);
2492 SET_Color3sv(struct _glapi_table *disp, void (GLAPIENTRYP fn) (const GLshort *))
2731 typedef void (GLAPIENTRYP _glptr_Color4s) (GLshort, GLshort, GLshor
2475 SET_Color3s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort)) argument
2742 SET_Color4s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort, GLshort)) argument
3021 SET_Indexs(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort)) argument
3187 SET_Normal3s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort)) argument
3322 SET_RasterPos2s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort)) argument
3458 SET_RasterPos3s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort)) argument
3594 SET_RasterPos4s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort, GLshort)) argument
3730 SET_Rects(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort, GLshort)) argument
3863 SET_TexCoord1s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort)) argument
3997 SET_TexCoord2s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort)) argument
4133 SET_TexCoord3s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort)) argument
4269 SET_TexCoord4s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort, GLshort)) argument
4403 SET_Vertex2s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort)) argument
4538 SET_Vertex3s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort)) argument
4673 SET_Vertex4s(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort, GLshort)) argument
15007 SET_SecondaryColor3sEXT(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort)) argument
15768 SET_WindowPos2sMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort)) argument
15912 SET_WindowPos3sMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort)) argument
16057 SET_WindowPos4sMESA(struct _glapi_table *disp, void (GLAPIENTRYP fn) (GLshort, GLshort, GLshort, GLshort)) argument
[all...]

Completed in 1833 milliseconds