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

1 2

  /device/generic/goldfish-opengl/shared/OpenglCodecCommon/
gl_base_types.h 38 typedef khronos_uint8_t GLubyte;
  /external/mesa3d/src/gallium/auxiliary/hud/
font.c 62 typedef unsigned char GLubyte; /* 1-byte unsigned */
70 const GLubyte** Characters; /* The characters mapping */
75 static const GLubyte Fixed8x13_Character_000[] = { 8, 0, 0, 0,170, 0,130, 0,130, 0,130, 0,170, 0, 0};
76 static const GLubyte Fixed8x13_Character_001[] = { 8, 0, 0, 0, 0, 16, 56,124,254,124, 56, 16, 0, 0, 0};
77 static const GLubyte Fixed8x13_Character_002[] = { 8, 0,170, 85,170, 85,170, 85,170, 85,170, 85,170, 85,170};
78 static const GLubyte Fixed8x13_Character_003[] = { 8, 0, 0, 0, 4, 4, 4, 4,174,160,224,160,160, 0, 0};
79 static const GLubyte Fixed8x13_Character_004[] = { 8, 0, 0, 0, 8, 8, 12, 8,142,128,192,128,224, 0, 0};
80 static const GLubyte Fixed8x13_Character_005[] = { 8, 0, 0, 0, 10, 10, 12, 10,108,128,128,128, 96, 0, 0};
81 static const GLubyte Fixed8x13_Character_006[] = { 8, 0, 0, 0, 8, 8, 12, 8,238,128,128,128,128, 0, 0};
82 static const GLubyte Fixed8x13_Character_007[] = { 8, 0, 0, 0, 0, 0, 0, 0, 0, 24, 36, 36, 24, 0, 0}
    [all...]
  /device/generic/goldfish-opengl/system/include/GLES2/
gl2.h 75 typedef khronos_uint8_t GLubyte;
448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
gl2.h 30 typedef khronos_uint8_t GLubyte;
545 GL_APICALL const GLubyte* GL_APIENTRY glGetString (GLenum name);
  /frameworks/native/opengl/tests/angeles/include/GLES/
gl.h 61 typedef unsigned char GLubyte;
517 GLAPI const GLubyte * APIENTRY glGetString (GLenum name);
  /device/generic/goldfish-opengl/system/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...]
  /external/mesa3d/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...]
  /external/swiftshader/include/GLES/
gl.h 67 typedef khronos_uint8_t GLubyte;
455 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
492 GL_API const GLubyte *GL_APIENTRY glGetString (GLenum name);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/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...]
  /frameworks/native/opengl/include/GLES/
gl.h 67 typedef khronos_uint8_t GLubyte;
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);
  /device/generic/goldfish-opengl/system/include/GLES3/
gl3.h 75 typedef khronos_uint8_t GLubyte;
448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
    [all...]
gl31.h 75 typedef khronos_uint8_t GLubyte;
448 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
    [all...]
  /external/mesa3d/include/GLES2/
gl2.h 79 typedef khronos_uint8_t GLubyte;
452 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
    [all...]
  /external/swiftshader/include/GLES2/
gl2.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
    [all...]
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
gl3.h 52 typedef khronos_uint8_t GLubyte;
    [all...]
  /frameworks/native/opengl/include/GLES2/
gl2.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
gl.h 29 typedef unsigned char GLubyte;
690 WINGDIAPI void APIENTRY glBitmap(GLsizei width,GLsizei height,GLfloat xorig,GLfloat yorig,GLfloat xmove,GLfloat ymove,const GLubyte *bitmap);
711 WINGDIAPI void APIENTRY glColor3ub(GLubyte red,GLubyte green,GLubyte blue);
712 WINGDIAPI void APIENTRY glColor3ubv(const GLubyte *v);
727 WINGDIAPI void APIENTRY glColor4ub(GLubyte red,GLubyte green,GLubyte blue,GLubyte alpha)
    [all...]
  /external/mesa3d/include/GL/
gl.h 128 typedef unsigned char GLubyte; /* 1-byte unsigned */
778 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
780 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
831 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
982 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
988 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
995 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1009 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green
    [all...]
  /external/mesa3d/include/GLES3/
gl3.h 79 typedef khronos_uint8_t GLubyte;
452 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
    [all...]
  /external/swiftshader/include/GLES3/
gl3.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
    [all...]
  /frameworks/native/opengl/include/GLES3/
gl3.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl.h 156 typedef unsigned char GLubyte; /* 1-byte unsigned */
806 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
808 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
859 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
1010 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
1016 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
1023 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
    [all...]
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_opengles2.h 384 typedef khronos_uint8_t GLubyte;
    [all...]
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_opengles2.h 384 typedef khronos_uint8_t GLubyte;
    [all...]
  /prebuilts/misc/windows/sdl2/include/
SDL_opengles2.h 384 typedef khronos_uint8_t GLubyte;
    [all...]

Completed in 1257 milliseconds

1 2