Searched refs:GLubyte (Results 1 – 12 of 12) sorted by relevance
/development/ndk/platforms/android-4/samples/san-angeles/jni/ |
D | demo.c | 82 GLubyte *colorArray; 127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte)); in newGLObject() 304 result->colorArray[i] = (GLubyte)color[0]; in createSuperShape() 305 result->colorArray[i + 1] = (GLubyte)color[1]; in createSuperShape() 306 result->colorArray[i + 2] = (GLubyte)color[2]; in createSuperShape() 367 GLubyte color; in createGroundPlane() 369 color = (GLubyte)((randomUInt() & 0x5f) + 81); // 101 1111 in createGroundPlane()
|
/development/ndk/platforms/android-18/samples/gles3jni/jni/ |
D | gles3jni.h | 62 GLubyte rgba[4];
|
D | gl3stub.c | 300 GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi) (GLenum name, GLuint index);
|
D | gl3stub.h | 445 extern GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi) (GLenum name, GLuint index);
|
/development/ndk/platforms/android-4/include/GLES/ |
D | gl.h | 26 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);
|
/development/ndk/platforms/android-21/include/GLES2/ |
D | gl2.h | 75 typedef khronos_uint8_t GLubyte; typedef 448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
|
/development/ndk/platforms/android-5/include/GLES2/ |
D | gl2.h | 30 typedef khronos_uint8_t GLubyte; typedef 545 GL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name);
|
/development/ndk/platforms/android-18/include/GLES3/ |
D | gl3.h | 52 typedef khronos_uint8_t GLubyte; typedef 878 GL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name); 1012 GL_APICALL const GLubyte* GL_APIENTRY glGetStringi (GLenum name, GLuint index);
|
/development/ndk/platforms/android-21/include/GLES3/ |
D | gl3.h | 75 typedef khronos_uint8_t GLubyte; typedef 448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name); 889 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
|
D | gl31.h | 75 typedef khronos_uint8_t GLubyte; typedef 448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name); 889 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
|
/development/ndk/sources/android/ndk_helper/ |
D | gl3stub.h | 455 extern GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi) (GLenum name, GLuint index);
|
D | gl3stub.c | 387 GL_APICALL const GLubyte* (* GL_APIENTRY glGetStringi)( GLenum name, GLuint index );
|