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

/external/mesa3d/include/GLES2/
H A Dgl2.h30 typedef khronos_uint8_t GLubyte; typedef
545 GL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h30 typedef khronos_uint8_t GLubyte; typedef
545 GL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name);
/external/mesa3d/include/GLES/
H A Dgl.h26 typedef khronos_uint8_t GLubyte; typedef
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
/external/swiftshader/include/GLES/
H A Dgl.h26 typedef khronos_uint8_t GLubyte; typedef
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
H A Dgl.h26 typedef khronos_uint8_t GLubyte; typedef
646 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
683 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
/external/swiftshader/include/GLES2/
H A Dgl2.h79 typedef khronos_uint8_t GLubyte; typedef
452 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
595 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h52 typedef khronos_uint8_t GLubyte; typedef
880 GL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name);
1014 GL_APICALL const GLubyte* GL_APIENTRY glGetStringi (GLenum name, GLuint index);
/external/mesa3d/include/GL/
H A Dgl.h156 typedef unsigned char GLubyte; /* 1-byte unsigned */ typedef
806 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
808 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
859 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
1010 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
1016 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
1023 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1037 GLAPI void GLAPIENTRY glColor4ub( GLubyte re
[all...]
/external/swiftshader/include/GLES3/
H A Dgl3.h79 typedef khronos_uint8_t GLubyte; typedef
452 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
595 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
1053 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);
1158 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
/external/swiftshader/include/GL/
H A Dglcorearb.h91 typedef unsigned char GLubyte; typedef
131 typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
180 GLAPI const GLubyte *APIENTRY glGetString (GLenum name);
852 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
853 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBVPROC) (GLuint index, const GLubyte *v);
864 typedef void (APIENTRYP PFNGLVERTEXATTRIB4UBVPROC) (GLuint index, const GLubyte *v);
946 GLAPI void APIENTRY glVertexAttrib4Nub (GLuint index, GLubyte
[all...]

Completed in 301 milliseconds