/frameworks/base/core/jni/ |
D | android_hardware_camera2_legacy_PerfMeasurement.cpp | 43 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { in extensionEqual() 58 static const GLubyte* 59 nextExtension(const GLubyte* pExtensions) { in nextExtension() 71 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { in checkForExtension() 218 const GLubyte* extensions = glGetString(GL_EXTENSIONS); in isMeasurementSupported() 220 reinterpret_cast<const GLubyte*>("GL_EXT_disjoint_timer_query")); in isMeasurementSupported()
|
D | com_google_android_gles_jni_GLImpl.cpp | 210 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { in extensionEqual() 225 static const GLubyte* 226 nextExtension(const GLubyte* pExtensions) { in nextExtension() 238 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { in checkForExtension() 251 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); in supportsExtension() 253 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); in supportsExtension() 255 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); in supportsExtension() 257 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); in supportsExtension() 259 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map")); in supportsExtension() 4351 (GLubyte)red, in android_glColor4ub__BBBB() [all …]
|
/frameworks/native/services/surfaceflinger/RenderEngine/ |
D | GLExtensions.h | 60 GLubyte const* vendor, 61 GLubyte const* renderer, 62 GLubyte const* version, 63 GLubyte const* extensions);
|
D | GLExtensions.cpp | 34 GLubyte const* vendor, in initWithGLStrings() 35 GLubyte const* renderer, in initWithGLStrings() 36 GLubyte const* version, in initWithGLStrings() 37 GLubyte const* extensions) in initWithGLStrings()
|
/frameworks/native/opengl/tools/glgen/stubs/jsr239/ |
D | GLCHeader.cpp | 209 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { 224 static const GLubyte* 225 nextExtension(const GLubyte* pExtensions) { 237 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { 250 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); 252 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); 254 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); 256 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); 258 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
|
D | glGetString.java-impl | 1 // C function const GLubyte * glGetString ( GLenum name )
|
/frameworks/native/opengl/libs/GLES2/ |
D | gl2.cpp | 215 const GLubyte * __glGetString(GLenum name); 216 const GLubyte * __glGetStringi(GLenum name, GLuint index); 223 const GLubyte * glGetString(GLenum name) { in glGetString() 224 const GLubyte * ret = egl_get_string_for_current_context(name); in glGetString() 232 const GLubyte * glGetStringi(GLenum name, GLuint index) { in glGetStringi() 233 const GLubyte * ret = egl_get_string_for_current_context(name, index); in glGetStringi()
|
/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,
|
/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/tools/glgen/specs/jsr239/ |
D | glspec-1.1 | 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
|
/frameworks/native/opengl/libs/EGL/ |
D | egl.cpp | 277 const GLubyte * egl_get_string_for_current_context(GLenum name) { in egl_get_string_for_current_context() 292 return (const GLubyte *)c->gl_extensions.string(); in egl_get_string_for_current_context() 295 const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index) { in egl_get_string_for_current_context() 315 return (const GLubyte *)c->tokenized_gl_extensions.itemAt(index).string(); in egl_get_string_for_current_context()
|
/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 | 266 extern "C" const GLubyte * __glGetString(GLenum name); 268 const GLubyte * glGetString(GLenum name) { in glGetString() 269 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/libagl/ |
D | state.cpp | 343 const GLubyte* glGetString(GLenum string) in glGetString() 346 case GL_VENDOR: return (const GLubyte*)gVendorString; in glGetString() 347 case GL_RENDERER: return (const GLubyte*)gRendererString; in glGetString() 348 case GL_VERSION: return (const GLubyte*)gVersionString; in glGetString() 349 case GL_EXTENSIONS: return (const GLubyte*)gExtensionsString; in glGetString()
|
D | array.cpp | 206 static void fetchExpand4ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand4ub() 224 static void fetchExpand3ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand3ub() 753 r = *(const GLubyte*)p; in read_index() 754 p = (const GLubyte*)p + 1; in read_index() 957 const GLubyte* vp = c->arrays.vertex.element(first); in compileElement__generic() 968 const GLubyte* vp = c->arrays.vertex.element( in compileElements__generic()
|
D | context.h | 195 inline const GLubyte* element(GLint i) const { in element() 196 return (const GLubyte*)physical_pointer + i * stride; in element()
|
/frameworks/native/opengl/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);
|
/frameworks/base/libs/hwui/tests/ |
D | nullgles.cpp | 150 const GLubyte* glGetString(GLenum name) { in glGetString() 151 return (GLubyte*) getString(name); in glGetString()
|
/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 | 177 GLubyte pixel[4]; in checkPixel()
|
/frameworks/native/opengl/include/GLES2/ |
D | gl2.h | 75 typedef khronos_uint8_t GLubyte; typedef 448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
|
/frameworks/native/opengl/libs/GLES_trace/src/ |
D | gltrace_fixup.cpp | 623 index = *((GLubyte*) indices + i); in findMinAndMaxIndices() 742 index = *((GLubyte*) indices + i); in fixup_glDrawElements()
|