/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | gl_base_types.h | 34 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | gl_base_types.h | 34 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | gl.h | 115 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 );
|
D | glext.h | 362 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 …]
|
D | glcorearb.h | 674 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/ |
D | gl.h | 153 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 );
|
D | glext.h | 6445 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/ |
D | GLEScontext.cpp | 1041 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/ |
D | gl.h | 22 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 35 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 22 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 62 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 43 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 43 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 56 typedef khronos_int8_t GLbyte; typedef
|
D | gl31.h | 56 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 56 typedef khronos_int8_t GLbyte; typedef
|
D | gl31.h | 56 typedef khronos_int8_t GLbyte; typedef
|
D | gl32.h | 43 typedef khronos_int8_t GLbyte; typedef
|
/hardware/google/gfxstream/include/GL/ |
D | GLcorearb.h | 691 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/ |
D | gl3.h | 43 typedef khronos_int8_t GLbyte; typedef
|
D | gl31.h | 43 typedef khronos_int8_t GLbyte; typedef
|
D | gl32.h | 43 typedef khronos_int8_t GLbyte; typedef
|