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

1 2 3 4

  /device/generic/goldfish/opengl/shared/OpenglCodecCommon/
gl_base_types.h 34 typedef khronos_int8_t GLbyte;
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
gl_base_types.h 34 typedef khronos_int8_t GLbyte;
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_glfuncs.h 23 SDL_PROC_UNUSED(void,glColor3b,(GLbyte,GLbyte,GLbyte))
24 SDL_PROC_UNUSED(void,glColor3bv,(const GLbyte*))
39 SDL_PROC_UNUSED(void,glColor4b,(GLbyte,GLbyte,GLbyte,GLbyte))
40 SDL_PROC_UNUSED(void,glColor4bv,(const GLbyte*))
184 SDL_PROC_UNUSED(void,glNormal3b,(GLbyte nx, GLbyte ny, GLbyte nz)
    [all...]
  /sdk/emulator/opengl/tests/translator_tests/GLES_CM/
triangleCM.cpp 284 GLbyte byteVertices[] = { -1,-1,0, // Position
331 uiSize = 3*(sizeof(GLbyte)*10);
364 size_of = sizeof(GLbyte);
  /sdk/emulator/opengl/host/libs/Translator/GLcommon/
GLEScontext.cpp 244 const GLbyte* byte_data = (const GLbyte *)dataIn;
257 const GLbyte* bytes_data = (GLbyte *)(dataIn + index*strideIn);
315 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte);
375 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte);
  /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...]
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_opengl.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/GL/
gl.h 151 typedef signed char GLbyte; /* 1-byte signed */
991 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
997 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1016 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1025 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 151 typedef signed char GLbyte; /* 1-byte signed */
991 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
997 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1016 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1025 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green
    [all...]
glext.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
gl.h 151 typedef signed char GLbyte; /* 1-byte signed */
991 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
997 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1016 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1025 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green
    [all...]
glext.h     [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 103 case GL_BYTE: return mSize * sizeof(GLbyte);
  /frameworks/native/opengl/libagl/
array.cpp 152 static void fetch2b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
167 static void fetch3b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
185 static void fetch4b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
242 static void fetchExpand3b(ogles_context_t*, GLfixed* v, const GLbyte* p) {
    [all...]
  /development/ndk/platforms/android-4/include/GLES/
gl.h 22 typedef khronos_int8_t GLbyte;
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2.h 26 typedef khronos_int8_t GLbyte;
  /external/webkit/Source/ThirdParty/ANGLE/include/GLES2/
gl2.h 26 typedef khronos_int8_t GLbyte;
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/geometry/
VertexDataManager.cpp 288 template <> struct GLToCType<GL_BYTE> { typedef GLbyte type; };
  /frameworks/native/opengl/include/GLES/
gl.h 22 typedef khronos_int8_t GLbyte;
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 26 typedef khronos_int8_t GLbyte;
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 57 typedef signed char GLbyte;
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/GLES/
gl.h 21 typedef khronos_int8_t GLbyte;
    [all...]

Completed in 1742 milliseconds

1 2 3 4