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

  /xsrc/external/mit/MesaLib/dist/include/GLES/
gl.h 57 typedef khronos_uint16_t GLushort;
  /xsrc/external/mit/MesaLib.old/dist/include/GLES/
gl.h 65 typedef unsigned short GLushort;
  /xsrc/external/mit/MesaLib/dist/include/GLES2/
gl2.h 66 typedef khronos_uint16_t GLushort;
  /xsrc/external/mit/MesaLib.old/dist/include/GLES2/
gl2.h 66 typedef unsigned short GLushort;
  /xsrc/external/mit/MesaLib/dist/include/GL/
gl.h 122 typedef unsigned short GLushort; /* 2-byte unsigned */
765 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
990 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
1006 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green,
1007 GLushort blue, GLushort alpha );
1017 GLAPI void GLAPIENTRY glColor3usv( const GLushort *v )
    [all...]
glcorearb.h 694 typedef khronos_uint16_t GLushort;
855 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v);
866 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v);
949 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v);
960 GLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v);
1270 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v);
1355 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v);
4937 typedef GLushort (APIENTRYP PFNGLGETSTAGEINDEXNVPROC) (GLenum shadertype);
4955 GLAPI GLushort APIENTRY glGetStageIndexNV (GLenum shadertype);
  /xsrc/external/mit/MesaLib/dist/include/GLES3/
gl3.h 66 typedef khronos_uint16_t GLushort;
gl31.h 66 typedef khronos_uint16_t GLushort;
gl32.h 66 typedef khronos_uint16_t GLushort;
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
gl.h 129 typedef unsigned short GLushort; /* 2-byte unsigned */
772 GLAPI void GLAPIENTRY glLineStipple( GLint factor, GLushort pattern );
997 GLAPI void GLAPIENTRY glColor3us( GLushort red, GLushort green, GLushort blue );
1013 GLAPI void GLAPIENTRY glColor4us( GLushort red, GLushort green,
1014 GLushort blue, GLushort alpha );
1024 GLAPI void GLAPIENTRY glColor3usv( const GLushort *v )
    [all...]
glcorearb.h 694 typedef unsigned short GLushort;
855 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v);
866 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v);
949 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint index, const GLushort *v);
960 GLAPI void APIENTRY glVertexAttrib4usv (GLuint index, const GLushort *v);
1270 typedef void (APIENTRYP PFNGLVERTEXATTRIBI4USVPROC) (GLuint index, const GLushort *v);
1355 GLAPI void APIENTRY glVertexAttribI4usv (GLuint index, const GLushort *v);
4903 typedef GLushort (APIENTRYP PFNGLGETSTAGEINDEXNVPROC) (GLenum shadertype);
4921 GLAPI GLushort APIENTRY glGetStageIndexNV (GLenum shadertype);
  /xsrc/external/mit/MesaLib.old/dist/include/GLES3/
gl3.h 66 typedef unsigned short GLushort;
gl31.h 68 typedef unsigned short GLushort;
gl32.h 68 typedef unsigned short GLushort;
  /xsrc/external/mit/libepoxy/src/
gl_generated.h 54 typedef khronos_uint16_t GLushort;
7105 typedef void (GLAPIENTRY *PFNGLCOLOR3USPROC)(GLushort red, GLushort green, GLushort blue);
7106 typedef void (GLAPIENTRY *PFNGLCOLOR3USVPROC)(const GLushort * v);
7131 typedef void (GLAPIENTRY *PFNGLCOLOR4USPROC)(GLushort red, GLushort green, GLushort blue, GLushort alpha);
7132 typedef void (GLAPIENTRY *PFNGLCOLOR4USVPROC)(const GLushort * v)
    [all...]

Completed in 88 milliseconds