/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 152 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { 167 static const GLubyte* 168 nextExtension(const GLubyte* pExtensions) { 180 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { 193 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); 195 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); 197 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); 199 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); 201 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
|
D | glGetString.java-impl | 1 // C function const GLubyte * glGetString ( GLenum name )
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLExtensions.h | 45 void initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version, 46 GLubyte const* extensions);
|
D | GLExtensions.cpp | 57 void GLExtensions::initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, in initWithGLStrings() 58 GLubyte const* version, GLubyte const* extensions) { in initWithGLStrings()
|
/frameworks/native/libs/renderengine/skia/ |
D | GLExtensions.h | 46 void initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version, 47 GLubyte const* extensions);
|
D | GLExtensions.cpp | 57 void GLExtensions::initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, in initWithGLStrings() 58 GLubyte const* version, GLubyte const* extensions) { in initWithGLStrings()
|
/frameworks/native/opengl/libs/ |
D | egl_impl.h | 32 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name); 33 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index);
|
D | platform_entries.in | 81 GL_ENTRY(const GLubyte*, glGetString, GLenum) 82 GL_ENTRY(const GLubyte*, glGetStringi, GLenum, GLuint)
|
D | entries_gles1.in | 35 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) 145 GL_ENTRY(const GLubyte *, glGetString, GLenum name)
|
D | entries.in | 96 GL_ENTRY(void, glColor4ub, GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) 385 GL_ENTRY(void, glGetPathCommandsNV, GLuint path, GLubyte *commands) 443 GL_ENTRY(const GLubyte *, glGetString, GLenum name) 444 GL_ENTRY(const GLubyte *, glGetStringi, GLenum name, GLuint index) 479 GL_ENTRY(void, glGetUnsignedBytei_vEXT, GLenum target, GLuint index, GLubyte *data) 480 GL_ENTRY(void, glGetUnsignedBytevEXT, GLenum pname, GLubyte *data) 632 GL_ENTRY(void, glPathCommandsNV, GLuint path, GLsizei numCommands, const GLubyte *commands, GLsizei… 648 …sizei commandStart, GLsizei commandsToDelete, GLsizei numCommands, const GLubyte *commands, GLsize…
|
/frameworks/native/opengl/libs/EGL/ |
D | egl.cpp | 68 const GLubyte* egl_get_string_for_current_context(GLenum name) { in egl_get_string_for_current_context() 81 return (const GLubyte*)c->gl_extensions.c_str(); in egl_get_string_for_current_context() 84 const GLubyte* egl_get_string_for_current_context(GLenum name, GLuint index) { in egl_get_string_for_current_context() 101 return (const GLubyte*)c->tokenized_gl_extensions[index].c_str(); in egl_get_string_for_current_context()
|
/frameworks/native/opengl/tools/glgen/specs/gles11/ |
D | GLES11.spec | 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
|
D | GLES10.spec | 45 const GLubyte * glGetString ( GLenum name )
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2.cpp | 266 const GLubyte * __glGetString(GLenum name); 267 const GLubyte * __glGetStringi(GLenum name, GLuint index); 274 const GLubyte * glGetString(GLenum name) { in glGetString() 279 const GLubyte * glGetStringi(GLenum name, GLuint index) { in glGetStringi()
|
/frameworks/native/opengl/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
|
D | glspec-1.0 | 45 const GLubyte * glGetString ( GLenum name )
|
/frameworks/native/opengl/tests/angeles/ |
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()
|
/frameworks/native/opengl/libs/GLES_CM/ |
D | gl.cpp | 318 extern "C" const GLubyte * __glGetString(GLenum name); 320 const GLubyte * glGetString(GLenum name) { in glGetString() 321 const GLubyte * ret = egl_get_string_for_current_context(name); in glGetString()
|
D | gl_api.in | 154 void API_ENTRY(glColor4ub)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) { 265 const GLubyte * API_ENTRY(__glGetString)(GLenum name) {
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glGetStringi.cpp | 5 const GLubyte* _chars = glGetStringi((GLenum)name, (GLuint)index); in android_glGetStringi__II()
|
/frameworks/native/opengl/include/GLES/ |
D | gl.h | 67 typedef khronos_uint8_t GLubyte; typedef 456 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha); 493 GL_API const GLubyte *GL_APIENTRY glGetString (GLenum name);
|
/frameworks/native/opengl/tests/angeles/include/GLES/ |
D | gl.h | 61 typedef unsigned char GLubyte; typedef 517 GLAPI const GLubyte * APIENTRY glGetString (GLenum name);
|
/frameworks/native/libs/gui/tests/ |
D | GLTest.cpp | 171 GLubyte pixel[4]; in checkPixel()
|
/frameworks/base/core/jni/ |
D | com_google_android_gles_jni_GLImpl.cpp | 153 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { in extensionEqual() 168 static const GLubyte* 169 nextExtension(const GLubyte* pExtensions) { in nextExtension() 181 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { in checkForExtension() 194 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); in supportsExtension() 196 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); in supportsExtension() 198 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); in supportsExtension() 200 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); in supportsExtension() 202 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map")); in supportsExtension() 4545 (GLubyte)red, in android_glColor4ub__BBBB() [all …]
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 81 typedef khronos_uint8_t GLubyte; typedef 454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name); 597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
|