Home
last modified time | relevance | path

Searched refs:GLbyte (Results 1 – 23 of 23) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
Dgl_base_types.h34 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/host/apigen-codec-common/
Dgl_base_types.h34 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/guest/mesa/include/GL/
Dgl.h115 typedef signed char GLbyte; /* 1-byte signed */ typedef
955 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
961 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
980 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
989 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green,
990 GLbyte blue, GLbyte alpha );
1007 GLAPI void GLAPIENTRY glColor3bv( const GLbyte *v );
1016 GLAPI void GLAPIENTRY glColor4bv( const GLbyte *v );
Dglext.h362 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue);
363 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BVPROC) (const GLbyte *v);
410 GLAPI void APIENTRY glSecondaryColor3b (GLbyte red, GLbyte green, GLbyte blue);
411 GLAPI void APIENTRY glSecondaryColor3bv (const GLbyte *v);
705 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NBVPROC) (GLuint index, const GLbyte *v);
712 typedef void (APIENTRYP PFNGLVERTEXATTRIB4BVPROC) (GLuint index, const GLbyte *v);
799 GLAPI void APIENTRY glVertexAttrib4Nbv (GLuint index, const GLbyte *v);
806 GLAPI void APIENTRY glVertexAttrib4bv (GLuint index, const GLbyte *v);
1136 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4BVPROC) (GLuint index, const GLbyte *v);
1221 GLAPI void APIENTRY glVertexAttribI4bv (GLuint index, const GLbyte *v);
[all …]
Dglcorearb.h674 typedef khronos_int8_t GLbyte; typedef
830 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NBVPROC) (GLuint index, const GLbyte *v);
837 typedef void (APIENTRYP PFNGLVERTEXATTRIB4BVPROC) (GLuint index, const GLbyte *v);
924 GLAPI void APIENTRY glVertexAttrib4Nbv (GLuint index, const GLbyte *v);
931 GLAPI void APIENTRY glVertexAttrib4bv (GLuint index, const GLbyte *v);
1248 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4BVPROC) (GLuint index, const GLbyte *v);
1333 GLAPI void APIENTRY glVertexAttribI4bv (GLuint index, const GLbyte *v);
/hardware/google/gfxstream/host/apigen-codec-common/GL/
Dgl.h153 typedef signed char GLbyte; /* 1-byte signed */ typedef
993 GLAPI void GLAPIENTRY glNormal3b( GLbyte nx, GLbyte ny, GLbyte nz );
999 GLAPI void GLAPIENTRY glNormal3bv( const GLbyte *v );
1018 GLAPI void GLAPIENTRY glColor3b( GLbyte red, GLbyte green, GLbyte blue );
1027 GLAPI void GLAPIENTRY glColor4b( GLbyte red, GLbyte green,
1028 GLbyte blue, GLbyte alpha );
1045 GLAPI void GLAPIENTRY glColor3bv( const GLbyte *v );
1054 GLAPI void GLAPIENTRY glColor4bv( const GLbyte *v );
Dglext.h6445 GLAPI void APIENTRY glSecondaryColor3b (GLbyte red, GLbyte green, GLbyte blue);
6446 GLAPI void APIENTRY glSecondaryColor3bv (const GLbyte *v);
6491 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BPROC) (GLbyte red, GLbyte green, GLbyte blue);
6492 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3BVPROC) (const GLbyte *v);
6647 GLAPI void APIENTRY glVertexAttrib4Nbv (GLuint index, const GLbyte *v);
6654 GLAPI void APIENTRY glVertexAttrib4bv (GLuint index, const GLbyte *v);
6741 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NBVPROC) (GLuint index, const GLbyte *v);
6748 typedef void (APIENTRYP PFNGLVERTEXATTRIB4BVPROC) (GLuint index, const GLbyte *v);
6821 GLAPI void APIENTRY glVertexAttribI4bv (GLuint index, const GLbyte *v);
6880 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4BVPROC) (GLuint index, const GLbyte *v);
[all …]
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp1041 const GLbyte* byte_data = (const GLbyte *)dataIn; in convertByteDirectLoop()
1053 const GLbyte* bytes_data = (GLbyte *)(dataIn + index*strideIn); in convertByteIndirectLoop()
1109 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte); in convertDirect()
1172 unsigned int bytes = type == GL_FIXED ? sizeof(GLfixed):sizeof(GLbyte); in convertIndirect()
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h22 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h35 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/include/GLES/
Dgl.h22 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/include/GLES2/
Dgl2.h62 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h43 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h43 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h56 typedef khronos_int8_t GLbyte; typedef
Dgl31.h56 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/include/GLES3/
Dgl3.h56 typedef khronos_int8_t GLbyte; typedef
Dgl31.h56 typedef khronos_int8_t GLbyte; typedef
Dgl32.h43 typedef khronos_int8_t GLbyte; typedef
/hardware/google/gfxstream/include/GL/
DGLcorearb.h691 typedef signed char GLbyte; typedef
847 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NBVPROC) (GLuint index, const GLbyte *v);
854 typedef void (APIENTRYP PFNGLVERTEXATTRIB4BVPROC) (GLuint index, const GLbyte *v);
941 GLAPI void APIENTRY glVertexAttrib4Nbv (GLuint index, const GLbyte *v);
948 GLAPI void APIENTRY glVertexAttrib4bv (GLuint index, const GLbyte *v);
1265 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4BVPROC) (GLuint index, const GLbyte *v);
1350 GLAPI void APIENTRY glVertexAttribI4bv (GLuint index, const GLbyte *v);
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h43 typedef khronos_int8_t GLbyte; typedef
Dgl31.h43 typedef khronos_int8_t GLbyte; typedef
Dgl32.h43 typedef khronos_int8_t GLbyte; typedef