Home
last modified time | relevance | path

Searched refs:GLushort (Results 1 – 25 of 27) sorted by relevance

12

/hardware/google/gfxstream/guest/OpenglCodecCommon/
Dgl_base_types.h39 typedef unsigned short GLushort; typedef
/hardware/google/gfxstream/host/apigen-codec-common/
Dgl_base_types.h39 typedef unsigned short GLushort; typedef
/hardware/google/gfxstream/guest/mesa/include/GL/
Dwglext.h357 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);
Dgl.h119 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 );
Dglext.h376 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 …]
Dglcorearb.h675 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/
Dwglext.h553 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);
DGLcorearb.h692 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/
Dgl.h157 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 );
Dglext.h6459 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/
Dtexcompress_s3tc_tmp.h55 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/
Dgl.h27 typedef unsigned short GLushort; typedef
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h38 typedef khronos_uint16_t GLushort; typedef
/hardware/google/gfxstream/include/GLES/
Dgl.h27 typedef unsigned short GLushort; typedef
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp295 return static_cast<const GLushort*>(indices)[i]; in getIndex()
1153 GLushort* us_indices =(GLushort *)indices; in findMaxIndex()
/hardware/google/gfxstream/include/GLES2/
Dgl2.h66 typedef khronos_uint16_t GLushort; typedef
/hardware/google/gfxstream/guest/mesa/include/GLES2/
Dgl2.h47 typedef khronos_uint16_t GLushort; typedef
/hardware/google/gfxstream/common/opengl/include/GLES2/
Dgl2.h47 typedef khronos_uint16_t GLushort; typedef
/hardware/google/gfxstream/common/opengl/include/GLES3/
Dgl3.h60 typedef unsigned short GLushort; typedef
Dgl31.h60 typedef unsigned short GLushort; typedef
/hardware/google/gfxstream/include/GLES3/
Dgl3.h60 typedef unsigned short GLushort; typedef
Dgl31.h60 typedef unsigned short GLushort; typedef
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.cpp535 static_cast<const GLushort*>(indices_in)[i]: \ in drawPointsData()
/hardware/google/gfxstream/guest/mesa/include/GLES3/
Dgl3.h47 typedef khronos_uint16_t GLushort; typedef
Dgl31.h47 typedef khronos_uint16_t GLushort; typedef

12