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

/external/mesa3d/include/GLES2/
H A Dgl2.h31 typedef unsigned short GLushort; typedef
/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.h27 typedef unsigned short GLushort; typedef
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h27 typedef unsigned short GLushort; typedef
/external/swiftshader/include/GLES2/
H A Dgl2.h64 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.h157 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...]
/external/swiftshader/include/GLES3/
H A Dgl3.h64 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);
1254 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v);
1339 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v);

Completed in 333 milliseconds