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

1 2 3 4 5 6 7

  /frameworks/native/opengl/libs/
egl_impl.h 32 EGLAPI const GLubyte * egl_get_string_for_current_context(GLenum name);
  /frameworks/native/opengl/tools/glgen/stubs/gles11/
glGetStringi.cpp 1 /* const GLubyte * glGetStringi ( GLenum name, GLuint index ) */
5 const GLubyte* _chars = glGetStringi((GLenum)name, (GLuint)index);
  /frameworks/native/services/surfaceflinger/
GLExtensions.h 75 GLubyte const* vendor,
76 GLubyte const* renderer,
77 GLubyte const* version,
78 GLubyte const* extensions,
GLExtensions.cpp 37 GLubyte const* vendor,
38 GLubyte const* renderer,
39 GLubyte const* version,
40 GLubyte const* extensions,
  /external/webkit/Source/WebCore/platform/graphics/gtk/
GraphicsContext3DInternal.h 26 typedef unsigned char GLubyte;
  /cts/tests/tests/nativeopengl/standalone/jni/tests/
GLTest_test.cpp 155 bool checkPixel(GLubyte * actual, GLubyte * expected, int tolerance) {
165 const char* e_expr, const char* t_expr, GLubyte * actual,
166 GLubyte * expected, int tolerance) {
191 GLubyte expected[4] = { 51, 51, 51, 51 };
192 GLubyte pixel[4];
  /frameworks/native/opengl/libs/GLES2/
gl2.cpp 136 extern "C" const GLubyte * __glGetString(GLenum name);
138 const GLubyte * glGetString(GLenum name)
140 const GLubyte * ret = egl_get_string_for_current_context(name);
  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 38 typedef khronos_uint8_t GLubyte;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Buffer.h 49 GLubyte *mContents;
Buffer.cpp 47 mContents = new GLubyte[size];
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 38 typedef khronos_uint8_t GLubyte;
  /frameworks/native/opengl/tools/glgen/stubs/jsr239/
GLCHeader.cpp 205 extensionEqual(const GLubyte* pExtensions, const GLubyte* pExtension) {
220 static const GLubyte*
221 nextExtension(const GLubyte* pExtensions) {
233 checkForExtension(const GLubyte* pExtensions, const GLubyte* pExtension) {
246 const GLubyte* sExtensions = glGetString(GL_EXTENSIONS);
248 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_equation_separate"));
250 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_blend_subtract"));
252 checkForExtension(sExtensions, (const GLubyte*) "GL_OES_framebuffer_object"))
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.h 62 GLubyte rgba[4];
  /external/qemu/distrib/sdl-1.2.15/test/
testdyngl.c 61 void(APIENTRY*glColor4ub)(GLubyte,GLubyte,GLubyte,GLubyte);
  /device/generic/goldfish/opengl/system/GLESv1/
gl.cpp 114 const GLubyte *my_glGetString (void *self, GLenum name)
117 return (const GLubyte*)s_egl->getGLString(name);
  /device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp 111 const GLubyte *my_glGetString (void *self, GLenum name)
114 return (const GLubyte*)s_egl->getGLString(name);
  /frameworks/native/opengl/tools/glgen/specs/gles11/
GLES11.spec 6 void glColor4ub ( GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha )
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
IndexDataManager.cpp 50 const GLubyte *in = static_cast<const GLubyte*>(input);
86 computeRange(static_cast<const GLubyte*>(indices), count, minIndex, maxIndex);
109 case GL_UNSIGNED_BYTE: alignedOffset = (offset % sizeof(GLubyte) == 0); break;
120 indices = static_cast<const GLubyte*>(buffer->data()) + offset;
202 case GL_UNSIGNED_BYTE: return sizeof(GLubyte);
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11gl_c.h 38 void * (*glXGetProcAddress)(const GLubyte *procName);
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLDispatch.h 51 void (GLAPIENTRY *glColor4ub) (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
52 void (GLAPIENTRY *glColor4ubv) ( const GLubyte *v );
90 const GLubyte * (GLAPIENTRY *glGetString) (GLenum name);
  /external/skia/src/gpu/gl/unix/
SkNativeGLContext_unix.cpp 193 reinterpret_cast<const GLubyte*>("GLX_ARB_create_context")
194 , reinterpret_cast<const GLubyte*>(glxExts)))
  /frameworks/native/opengl/libs/GLES_CM/
gl.cpp 203 extern "C" const GLubyte * __glGetString(GLenum name);
205 const GLubyte * glGetString(GLenum name)
207 const GLubyte * ret = egl_get_string_for_current_context(name);
  /external/qemu/distrib/sdl-1.2.15/include/
SDL_opengl.h     [all...]
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_opengl.h     [all...]

Completed in 962 milliseconds

1 2 3 4 5 6 7