HomeSort by relevance Sort by last modified time
    Searched refs:GLubyte (Results 1 - 25 of 43) sorted by null

1 2

  /frameworks/base/services/surfaceflinger/
GLExtensions.h 75 GLubyte const* vendor,
76 GLubyte const* renderer,
77 GLubyte const* version,
78 GLubyte const* extensions,
GLExtensions.cpp 36 GLubyte const* vendor,
37 GLubyte const* renderer,
38 GLubyte const* version,
39 GLubyte const* extensions,
  /frameworks/base/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 227 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
242 static const GLubyte*
243 nextExtension(const GLubyte* pExtensions) {
255 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
268 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
270 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
272 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
274 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"))
    [all...]
  /frameworks/base/opengl/tools/glgen/specs/gles11/
GLES11.spec 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
  /external/qemu/distrib/sdl-1.2.12/src/video/x11/
SDL_x11gl_c.h 38 void * (*glXGetProcAddress)(const GLubyte *procName);
SDL_x11gl.c 497 (void *(*)(const GLubyte *)) GL_LoadFunction(handle, "glXGetProcAddressARB");
547 return this->gl_data->glXGetProcAddress((const GLubyte *)proc);
  /external/qemu/distrib/sdl-1.2.12/include/
SDL_opengl.h     [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilt/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /external/qemu/distrib/sdl-1.2.12/src/video/
SDL_glfuncs.h 12 SDL_PROC_UNUSED(void,glBitmap,(GLsizei,GLsizei,GLfloat,GLfloat,GLfloat,GLfloat,const GLubyte*))
33 SDL_PROC_UNUSED(void,glColor3ub,(GLubyte,GLubyte,GLubyte))
34 SDL_PROC_UNUSED(void,glColor3ubv,(const GLubyte*))
49 SDL_PROC_UNUSED(void,glColor4ub,(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha))
50 SDL_PROC_UNUSED(void,glColor4ubv,(const GLubyte *v)
    [all...]
  /prebuilt/windows/sdl/host/include/SDL/
SDL_opengl.h     [all...]
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
demo.c 82 GLubyte *colorArray;
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
304 result->colorArray[i] = (GLubyte)color[0];
305 result->colorArray[i + 1] = (GLubyte)color[1];
306 result->colorArray[i + 2] = (GLubyte)color[2];
367 GLubyte color;
369 color = (GLubyte)((randomUInt() & 0x5f) + 81); // 101 1111
  /frameworks/base/opengl/tests/angeles/
demo.c 82 GLubyte *colorArray;
127 result->colorArray = (GLubyte *)malloc(vertices * 4 * sizeof(GLubyte));
304 result->colorArray[i] = (GLubyte)color[0];
305 result->colorArray[i + 1] = (GLubyte)color[1];
306 result->colorArray[i + 2] = (GLubyte)color[2];
367 GLubyte color;
369 color = (GLubyte)((randomUInt() & 0x5f) + 81); // 101 1111
  /frameworks/base/opengl/libagl/
state.cpp 339 const GLubyte* glGetString(GLenum string)
342 case GL_VENDOR: return (const GLubyte*)gVendorString;
343 case GL_RENDERER: return (const GLubyte*)gRendererString;
344 case GL_VERSION: return (const GLubyte*)gVersionString;
345 case GL_EXTENSIONS: return (const GLubyte*)gExtensionsString;
array.cpp 206 static void fetchExpand4ub(ogles_context_t*, GLfixed* v, const GLubyte* p) {
224 static void fetchExpand3ub(ogles_context_t*, GLfixed* v, const GLubyte* p) {
749 r = *(const GLubyte*)p;
750 p = (const GLubyte*)p + 1;
953 const GLubyte* vp = c->arrays.vertex.element(first);
964 const GLubyte* vp = c->arrays.vertex.element(
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 25 typedef khronos_uint8_t GLubyte;
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
682 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /frameworks/base/opengl/include/GLES/
gl.h 26 typedef khronos_uint8_t GLubyte;
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);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 25 typedef khronos_uint8_t GLubyte;
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
682 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/GLES/
gl.h 25 typedef khronos_uint8_t GLubyte;
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
682 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/GLES/
gl.h 25 typedef khronos_uint8_t GLubyte;
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
682 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/GLES/
gl.h 25 typedef khronos_uint8_t GLubyte;
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
682 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/GLES/
gl.h 25 typedef khronos_uint8_t GLubyte;
645 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
682 GL_API const GLubyte * GL_APIENTRY glGetString (GLenum name);
    [all...]
  /external/webkit/WebCore/platform/graphics/mac/
GraphicsContext3DMac.cpp     [all...]
  /frameworks/base/include/private/opengles/
gl_context.h 194 inline const GLubyte* element(GLint i) const {
195 return (const GLubyte*)physical_pointer + i * stride;

Completed in 516 milliseconds

1 2