Home
last modified time | relevance | path

Searched refs:GLubyte (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/base/core/jni/
Dandroid_hardware_camera2_legacy_PerfMeasurement.cpp43 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()
Dcom_google_android_gles_jni_GLImpl.cpp210 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/
DGLExtensions.h60 GLubyte const* vendor,
61 GLubyte const* renderer,
62 GLubyte const* version,
63 GLubyte const* extensions);
DGLExtensions.cpp34 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/
DGLCHeader.cpp209 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"));
DglGetString.java-impl1 // C function const GLubyte * glGetString ( GLenum name )
/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp215 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/
Degl_impl.h32 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/
DGLES11.spec6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
DGLES10.spec45 const GLubyte * glGetString ( GLenum name )
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.16 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
/frameworks/native/opengl/libs/EGL/
Degl.cpp277 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/
Ddemo.c82 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/
Dgl.cpp266 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()
Dgl_api.in154 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/
DglGetStringi.cpp5 const GLubyte* _chars = glGetStringi((GLenum)name, (GLuint)index); in android_glGetStringi__II()
/frameworks/native/opengl/libagl/
Dstate.cpp343 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()
Darray.cpp206 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()
Dcontext.h195 inline const GLubyte* element(GLint i) const { in element()
196 return (const GLubyte*)physical_pointer + i * stride; in element()
/frameworks/native/opengl/include/GLES/
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);
/frameworks/base/libs/hwui/tests/
Dnullgles.cpp150 const GLubyte* glGetString(GLenum name) { in glGetString()
151 return (GLubyte*) getString(name); in glGetString()
/frameworks/native/opengl/tests/angeles/include/GLES/
Dgl.h61 typedef unsigned char GLubyte; typedef
517 GLAPI const GLubyte * APIENTRY glGetString (GLenum name);
/frameworks/native/libs/gui/tests/
DGLTest.cpp177 GLubyte pixel[4]; in checkPixel()
/frameworks/native/opengl/include/GLES2/
Dgl2.h75 typedef khronos_uint8_t GLubyte; typedef
448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
/frameworks/native/opengl/libs/GLES_trace/src/
Dgltrace_fixup.cpp623 index = *((GLubyte*) indices + i); in findMinAndMaxIndices()
742 index = *((GLubyte*) indices + i); in fixup_glDrawElements()

12