Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/system/GLESv2/
Dgl2.cpp111 const GLubyte *my_glGetString (void *self, GLenum name) in my_glGetString()
114 return (const GLubyte*)s_egl->getGLString(name); in my_glGetString()
/development/tools/emulator/opengl/system/GLESv1/
Dgl.cpp114 const GLubyte *my_glGetString (void *self, GLenum name) in my_glGetString()
117 return (const GLubyte*)s_egl->getGLString(name); in my_glGetString()
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
Dgl_base_types.h38 typedef khronos_uint8_t GLubyte; typedef
/development/ndk/platforms/android-4/samples/san-angeles/jni/
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()
/development/tools/emulator/opengl/system/GLESv1_enc/
DGLEncoder.cpp26 static GLubyte *gVendorString= (GLubyte *) "Android";
27 static GLubyte *gRendererString= (GLubyte *) "Android HW-GLES 1.0";
28 static GLubyte *gVersionString= (GLubyte *) "OpenGL ES-CM 1.0";
29 static GLubyte *gExtensionsString= (GLubyte *) ""; // no extensions at this point;
236 const GLubyte *GLEncoder::s_glGetString(void *self, GLenum name) in s_glGetString()
238 GLubyte *retval = (GLubyte *) ""; in s_glGetString()
Dgl_client_proc.h62 …edef void (gl_APIENTRY *glColor4ub_client_proc_t) (void * ctx, GLubyte, GLubyte, GLubyte, GLubyte);
99 typedef const GLubyte* (gl_APIENTRY *glGetString_client_proc_t) (void * ctx, GLenum);
Dgl_enc.h74 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
111 const GLubyte* glGetString_enc(void *self , GLenum name);
DGLEncoder.h110 static const GLubyte * s_glGetString(void *self, GLenum name);
Dgl_entry.cpp59 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
96 const GLubyte* glGetString(GLenum name);
609 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub()
835 const GLubyte* glGetString(GLenum name) in glGetString()
Dgl_enc.cpp881 void glColor4ub_enc(void *self , GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub_enc()
/development/tools/emulator/opengl/tests/gles_android_wrapper/
Dgles_proc.h74 typedef void (* glColor4ub_t) (GLubyte, GLubyte, GLubyte, GLubyte);
111 typedef const GLubyte* (* glGetString_t) (GLenum);
Dgles.cpp311 void glColor4ub(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) in glColor4ub()
496 const GLubyte* glGetString(GLenum name) in glGetString()
/development/tools/emulator/opengl/system/GLESv2_enc/
DGL2Encoder.cpp25 static GLubyte *gVendorString= (GLubyte *) "Android";
26 static GLubyte *gRendererString= (GLubyte *) "Android HW-GLES 2.0";
27 static GLubyte *gVersionString= (GLubyte *) "OpenGL ES 2.0";
28 static GLubyte *gExtensionsString= (GLubyte *) ""; // no extensions at this point;
141 const GLubyte *GL2Encoder::s_glGetString(void *self, GLenum name) in s_glGetString()
143 GLubyte *retval = (GLubyte *) ""; in s_glGetString()
DGL2Encoder.h72 static const GLubyte * s_glGetString(void *self, GLenum name);
Dgl2_client_proc.h83 typedef const GLubyte* (gl2_APIENTRY *glGetString_client_proc_t) (void * ctx, GLenum);
Dgl2_enc.h96 const GLubyte* glGetString_enc(void *self , GLenum name);
Dgl2_entry.cpp80 const GLubyte* glGetString(GLenum name);
660 const GLubyte* glGetString(GLenum name) in glGetString()
/development/ndk/platforms/android-4/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);
/development/ndk/platforms/android-5/include/GLES2/
Dgl2.h30 typedef khronos_uint8_t GLubyte; typedef
545 GL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name);