HomeSort by: relevance | last modified time | path
    Searched defs:GLubyte (Results 1 - 17 of 17) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/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...]
  /xsrc/external/mit/MesaLib.old/dist/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...]
  /xsrc/external/mit/MesaLib/dist/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);
  /xsrc/external/mit/MesaLib.old/dist/include/GLES/
gl.h 76 typedef khronos_uint8_t GLubyte;
464 GL_API void GL_APIENTRY glColor4ub (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha);
501 GL_API const GLubyte *GL_APIENTRY glGetString (GLenum name);
  /xsrc/external/mit/MesaLib/dist/include/GLES2/
gl2.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
  /xsrc/external/mit/MesaLib.old/dist/include/GLES2/
gl2.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
  /xsrc/external/mit/MesaLib/dist/include/GL/
gl.h 121 typedef unsigned char GLubyte; /* 1-byte unsigned */
771 GLAPI void GLAPIENTRY glPolygonStipple( const GLubyte *mask );
773 GLAPI void GLAPIENTRY glGetPolygonStipple( GLubyte *mask );
824 GLAPI const GLubyte * GLAPIENTRY glGetString( GLenum name );
975 GLAPI void GLAPIENTRY glIndexub( GLubyte c ); /* 1.1 */
981 GLAPI void GLAPIENTRY glIndexubv( const GLubyte *c ); /* 1.1 */
988 GLAPI void GLAPIENTRY glColor3ub( GLubyte red, GLubyte green, GLubyte blue );
1002 GLAPI void GLAPIENTRY glColor4ub( GLubyte red, GLubyte green
    [all...]
glcorearb.h 90 typedef khronos_uint8_t GLubyte;
303 typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
352 GLAPI const GLubyte *APIENTRY glGetString (GLenum name);
852 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
853 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBVPROC) (GLuint index, const GLubyte *v);
864 typedef void (APIENTRYP PFNGLVERTEXATTRIB4UBVPROC) (GLuint index, const GLubyte *v);
946 GLAPI void APIENTRY glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/GLES3/
gl3.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
1055 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);
1160 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
gl31.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
1055 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);
1160 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
gl32.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
1055 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);
1160 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
  /xsrc/external/mit/MesaLib.old/dist/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...]
glcorearb.h 89 typedef unsigned char GLubyte;
302 typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
351 GLAPI const GLubyte *APIENTRY glGetString (GLenum name);
852 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBPROC) (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w);
853 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUBVPROC) (GLuint index, const GLubyte *v);
864 typedef void (APIENTRYP PFNGLVERTEXATTRIB4UBVPROC) (GLuint index, const GLubyte *v);
946 GLAPI void APIENTRY glVertexAttrib4Nub (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/GLES3/
gl3.h 81 typedef khronos_uint8_t GLubyte;
454 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
597 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
1055 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);
1160 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
gl31.h 83 typedef khronos_uint8_t GLubyte;
456 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
599 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
1057 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);
1162 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
gl32.h 83 typedef khronos_uint8_t GLubyte;
456 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGPROC) (GLenum name);
599 GL_APICALL const GLubyte *GL_APIENTRY glGetString (GLenum name);
1057 typedef const GLubyte *(GL_APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLuint index);
1162 GL_APICALL const GLubyte *GL_APIENTRY glGetStringi (GLenum name, GLuint index);
  /xsrc/external/mit/libepoxy/src/
gl_generated.h 52 typedef khronos_uint8_t GLubyte;
6969 typedef void (GLAPIENTRY *PFNGLBITMAPPROC)(GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte * bitmap);
6970 typedef void (GLAPIENTRY *PFNGLBITMAPXOESPROC)(GLsizei width, GLsizei height, GLfixed xorig, GLfixed yorig, GLfixed xmove, GLfixed ymove, const GLubyte * bitmap);
7101 typedef void (GLAPIENTRY *PFNGLCOLOR3UBPROC)(GLubyte red, GLubyte green, GLubyte blue);
7102 typedef void (GLAPIENTRY *PFNGLCOLOR3UBVPROC)(const GLubyte * v);
7123 typedef void (GLAPIENTRY *PFNGLCOLOR4UBPROC)(GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha)
    [all...]

Completed in 123 milliseconds