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

/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h31 typedef unsigned short GLushort; typedef
/external/mesa3d/include/GLES/
H A Dgl.h27 typedef unsigned short GLushort; typedef
/external/swiftshader/include/GLES/
H A Dgl.h57 typedef unsigned short GLushort; typedef
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h27 typedef unsigned short GLushort; typedef
/external/mesa3d/include/GLES2/
H A Dgl2.h64 typedef unsigned short GLushort; typedef
/external/swiftshader/include/GLES2/
H A Dgl2.h66 typedef unsigned short GLushort; typedef
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h53 typedef unsigned short GLushort; typedef
/external/mesa3d/include/GL/
H A Dgl.h129 typedef unsigned short GLushort; /* 2-byte unsigned */ typedef
772 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
997 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
1013 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green,
1014 GLushort blue, GLushort alpha );
1024 GLAPI void GLAPIENTRY glColor3usv( const GLushort *
[all...]
H A Dglcorearb.h694 typedef unsigned short GLushort; typedef
855 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v);
866 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v);
949 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v);
960 GLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v);
1270 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v);
1355 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v);
/external/mesa3d/include/GLES3/
H A Dgl3.h64 typedef unsigned short GLushort; typedef
H A Dgl31.h64 typedef unsigned short GLushort; typedef
H A Dgl32.h64 typedef unsigned short GLushort; typedef
/external/swiftshader/include/GLES3/
H A Dgl3.h66 typedef unsigned short GLushort; typedef
/external/swiftshader/include/GL/
H A Dglcorearb.h694 typedef unsigned short GLushort; typedef
855 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v);
866 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v);
949 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v);
960 GLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v);
1270 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v);
1355 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v);
4887 typedef GLushort (APIENTRYP PFNGLGETSTAGEINDEXNVPROC) (GLenum shadertype);
4905 GLAPI GLushort APIENTRY glGetStageIndexNV (GLenum shadertype);

Completed in 520 milliseconds