/hardware/google/gfxstream/guest/OpenglCodecCommon/ |
D | gl_base_types.h | 39 typedef unsigned short GLushort; typedef
|
/hardware/google/gfxstream/host/apigen-codec-common/ |
D | gl_base_types.h | 39 typedef unsigned short GLushort; typedef
|
/hardware/google/gfxstream/guest/mesa/include/GL/ |
D | wglext.h | 357 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); 358 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint leng… 359 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id); 360 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id); 362 GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id); 363 GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length); 364 GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id); 365 VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id);
|
D | gl.h | 119 typedef unsigned short GLushort; /* 2-byte unsigned */ typedef 762 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern ); 987 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue ); 1003 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green, 1004 GLushort blue, GLushort alpha ); 1014 GLAPI void GLAPIENTRY glColor3usv( const GLushort *v ); 1023 GLAPI void GLAPIENTRY glColor4usv( const GLushort *v ); 1194 const GLushort *values ); 1198 GLAPI void GLAPIENTRY glGetPixelMapusv( GLenum map, GLushort *values );
|
D | glext.h | 376 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USPROC) (GLushort red, GLushort green, GLushort blue); 377 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USVPROC) (const GLushort *v); 424 GLAPI void APIENTRY glSecondaryColor3us (GLushort red, GLushort green, GLushort blue); 425 GLAPI void APIENTRY glSecondaryColor3usv (const GLushort *v); 711 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v); 722 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v); 805 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v); 816 GLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v); 1139 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v); 1224 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v); [all …]
|
D | glcorearb.h | 675 typedef khronos_uint16_t GLushort; typedef 836 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v); 847 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v); 930 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v); 941 GLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v); 1251 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v); 1336 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v); 4974 typedef GLushort (APIENTRYP PFNGLGETSTAGEINDEXNVPROC) (GLenum shadertype); 4992 GLAPI GLushort APIENTRY glGetStageIndexNV (GLenum shadertype);
|
/hardware/google/gfxstream/include/GL/ |
D | wglext.h | 553 extern GLboolean WINAPI wglCreateDisplayColorTableEXT (GLushort id); 554 extern GLboolean WINAPI wglLoadDisplayColorTableEXT (const GLushort *table, GLuint length); 555 extern GLboolean WINAPI wglBindDisplayColorTableEXT (GLushort id); 556 extern VOID WINAPI wglDestroyDisplayColorTableEXT (GLushort id); 558 typedef GLboolean (WINAPI * PFNWGLCREATEDISPLAYCOLORTABLEEXTPROC) (GLushort id); 559 typedef GLboolean (WINAPI * PFNWGLLOADDISPLAYCOLORTABLEEXTPROC) (const GLushort *table, GLuint leng… 560 typedef GLboolean (WINAPI * PFNWGLBINDDISPLAYCOLORTABLEEXTPROC) (GLushort id); 561 typedef VOID (WINAPI * PFNWGLDESTROYDISPLAYCOLORTABLEEXTPROC) (GLushort id);
|
D | GLcorearb.h | 692 typedef unsigned short GLushort; typedef 853 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v); 864 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v); 947 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v); 958 GLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v); 1268 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v); 1353 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v); 4798 typedef GLushort (APIENTRYP PFNGLGETSTAGEINDEXNVPROC) (GLenum shadertype); 4816 GLAPI GLushort APIENTRY glGetStageIndexNV (GLenum shadertype);
|
/hardware/google/gfxstream/host/apigen-codec-common/GL/ |
D | gl.h | 157 typedef unsigned short GLushort; /* 2-byte unsigned */ typedef 800 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern ); 1025 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue ); 1041 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green, 1042 GLushort blue, GLushort alpha ); 1052 GLAPI void GLAPIENTRY glColor3usv( const GLushort *v ); 1061 GLAPI void GLAPIENTRY glColor4usv( const GLushort *v ); 1232 const GLushort *values ); 1236 GLAPI void GLAPIENTRY glGetPixelMapusv( GLenum map, GLushort *values );
|
D | glext.h | 6459 GLAPI void APIENTRY glSecondaryColor3us (GLushort red, GLushort green, GLushort blue); 6460 GLAPI void APIENTRY glSecondaryColor3usv (const GLushort *v); 6505 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USPROC) (GLushort red, GLushort green, GLushort blue); 6506 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USVPROC) (const GLushort *v); 6653 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v); 6664 GLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v); 6747 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v); 6758 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v); 6824 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v); 6883 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v); [all …]
|
/hardware/google/gfxstream/guest/mesa/src/util/format/ |
D | texcompress_s3tc_tmp.h | 55 const GLushort color0 = img_block_src[0] | (img_block_src[1] << 8); in dxt135_decode_imageblock() 56 const GLushort color1 = img_block_src[2] | (img_block_src[3] << 8); in dxt135_decode_imageblock() 384 GLushort color0, color1, tempcolor; in storedxtencodedblock()
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 27 typedef unsigned short GLushort; typedef
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 38 typedef khronos_uint16_t GLushort; typedef
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 27 typedef unsigned short GLushort; typedef
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 295 return static_cast<const GLushort*>(indices)[i]; in getIndex() 1153 GLushort* us_indices =(GLushort *)indices; in findMaxIndex()
|
/hardware/google/gfxstream/include/GLES2/ |
D | gl2.h | 66 typedef khronos_uint16_t GLushort; typedef
|
/hardware/google/gfxstream/guest/mesa/include/GLES2/ |
D | gl2.h | 47 typedef khronos_uint16_t GLushort; typedef
|
/hardware/google/gfxstream/common/opengl/include/GLES2/ |
D | gl2.h | 47 typedef khronos_uint16_t GLushort; typedef
|
/hardware/google/gfxstream/common/opengl/include/GLES3/ |
D | gl3.h | 60 typedef unsigned short GLushort; typedef
|
D | gl31.h | 60 typedef unsigned short GLushort; typedef
|
/hardware/google/gfxstream/include/GLES3/ |
D | gl3.h | 60 typedef unsigned short GLushort; typedef
|
D | gl31.h | 60 typedef unsigned short GLushort; typedef
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmContext.cpp | 535 static_cast<const GLushort*>(indices_in)[i]: \ in drawPointsData()
|
/hardware/google/gfxstream/guest/mesa/include/GLES3/ |
D | gl3.h | 47 typedef khronos_uint16_t GLushort; typedef
|
D | gl31.h | 47 typedef khronos_uint16_t GLushort; typedef
|