Home
last modified time | relevance | path

Searched refs:GLubyte (Results 1 – 25 of 42) 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.cpp211 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) { in extensionEqual()
226 static const GLubyte*
227 nextExtension(const GLubyte* pExtensions) { in nextExtension()
239 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) { in checkForExtension()
252 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS); in supportsExtension()
254 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate")); in supportsExtension()
256 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract")); in supportsExtension()
258 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object")); in supportsExtension()
260 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map")); in supportsExtension()
4600 (GLubyte)red, in android_glColor4ub__BBBB()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/jsr239/
DGLCHeader.cpp210 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
225 static const GLubyte*
226 nextExtension(const GLubyte* pExtensions) {
238 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
251 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
253 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
255 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
257 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"));
259 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_texture_cube_map"));
DglGetString.java-impl1 // C function const GLubyte * glGetString ( GLenum name )
/frameworks/native/services/surfaceflinger/RenderEngine/
DGLExtensions.h73 void initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, GLubyte const* version,
74 GLubyte const* extensions);
DGLExtensions.cpp45 void GLExtensions::initWithGLStrings(GLubyte const* vendor, GLubyte const* renderer, in initWithGLStrings()
46 GLubyte const* version, GLubyte const* extensions) { in initWithGLStrings()
DGLES20RenderEngine.cpp63 std::vector<GLubyte> pixels(width * height * 4); in writePPM()
64 std::vector<GLubyte> outBuffer(width * height * 3); in writePPM()
/frameworks/native/opengl/libs/GLES2/
Dgl2.cpp295 const GLubyte * __glGetString(GLenum name);
296 const GLubyte * __glGetStringi(GLenum name, GLuint index);
303 const GLubyte * glGetString(GLenum name) { in glGetString()
304 const GLubyte * ret = egl_get_string_for_current_context(name); in glGetString()
312 const GLubyte * glGetStringi(GLenum name, GLuint index) { in glGetStringi()
313 const GLubyte * ret = egl_get_string_for_current_context(name, index); in glGetStringi()
/frameworks/native/opengl/libs/
Degl_impl.h30 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name);
31 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index);
/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/libs/EGL/
Degl.cpp114 const GLubyte * egl_get_string_for_current_context(GLenum name) { in egl_get_string_for_current_context()
129 return (const GLubyte *)c->gl_extensions.c_str(); in egl_get_string_for_current_context()
132 const GLubyte * egl_get_string_for_current_context(GLenum name, GLuint index) { in egl_get_string_for_current_context()
152 return (const GLubyte *)c->tokenized_gl_extensions[index].c_str(); in egl_get_string_for_current_context()
/frameworks/native/opengl/tools/glgen/specs/jsr239/
Dglspec-1.16 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
/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.cpp347 extern "C" const GLubyte * __glGetString(GLenum name);
349 const GLubyte * glGetString(GLenum name) { in glGetString()
350 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/base/libs/hwui/debug/
DNullGlesDriver.cpp166 const GLubyte* NullGlesDriver::glGetString_(GLenum name) { in glGetString_()
167 return (GLubyte*)getString(name); in glGetString_()
/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.cpp203 static void fetchExpand4ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand4ub()
221 static void fetchExpand3ub(ogles_context_t*, GLfixed* v, const GLubyte* p) { in fetchExpand3ub()
751 r = *(const GLubyte*)p; in read_index()
752 p = (const GLubyte*)p + 1; in read_index()
955 const GLubyte* vp = c->arrays.vertex.element(first); in compileElement__generic()
966 const GLubyte* vp = c->arrays.vertex.element( in compileElements__generic()
Dcontext.h196 inline const GLubyte* element(GLint i) const { in element()
197 return (const GLubyte*)physical_pointer + i * stride; in element()
/frameworks/native/opengl/include/GLES/
Dgl.h67 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/
Dgl.h61 typedef unsigned char GLubyte; typedef
517 GLAPI const GLubyte * APIENTRY glGetString (GLenum name);
/frameworks/native/libs/gui/tests/
DGLTest.cpp179 GLubyte pixel[4]; in checkPixel()
/frameworks/native/opengl/include/GLES2/
Dgl2.h81 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);

12