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

  /xsrc/external/mit/MesaLib/dist/include/GLES/
gl.h 56 typedef khronos_int16_t GLshort;
  /xsrc/external/mit/MesaLib.old/dist/include/GLES/
gl.h 64 typedef short GLshort;
  /xsrc/external/mit/MesaLib/dist/include/GLES2/
gl2.h 65 typedef khronos_int16_t GLshort;
  /xsrc/external/mit/MesaLib.old/dist/include/GLES2/
gl2.h 65 typedef short GLshort;
  /xsrc/external/mit/MesaLib/dist/include/GL/
gl.h 119 typedef short GLshort; /* 2-byte signed */
930 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
935 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
940 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w )
    [all...]
glcorearb.h 692 typedef khronos_int16_t GLshort;
835 typedef void (APIENTRYP PFNGLVERTEXATTRIB1SPROC) (GLuint index, GLshort x);
836 typedef void (APIENTRYP PFNGLVERTEXATTRIB1SVPROC) (GLuint index, const GLshort *v);
841 typedef void (APIENTRYP PFNGLVERTEXATTRIB2SPROC) (GLuint index, GLshort x, GLshort y);
842 typedef void (APIENTRYP PFNGLVERTEXATTRIB2SVPROC) (GLuint index, const GLshort *v);
847 typedef void (APIENTRYP PFNGLVERTEXATTRIB3SPROC) (GLuint index, GLshort x, GLshort y, GLshort z);
848 typedef void (APIENTRYP PFNGLVERTEXATTRIB3SVPROC) (GLuint index, const GLshort *v)
    [all...]
  /xsrc/external/mit/MesaLib/dist/include/GLES3/
gl3.h 65 typedef khronos_int16_t GLshort;
gl31.h 65 typedef khronos_int16_t GLshort;
gl32.h 65 typedef khronos_int16_t GLshort;
  /xsrc/external/mit/MesaLib.old/dist/include/GL/
gl.h 126 typedef short GLshort; /* 2-byte signed */
937 GLAPI void GLAPIENTRY glVertex2s( GLshort x, GLshort y );
942 GLAPI void GLAPIENTRY glVertex3s( GLshort x, GLshort y, GLshort z );
947 GLAPI void GLAPIENTRY glVertex4s( GLshort x, GLshort y, GLshort z, GLshort w )
    [all...]
glcorearb.h 692 typedef short GLshort;
835 typedef void (APIENTRYP PFNGLVERTEXATTRIB1SPROC) (GLuint index, GLshort x);
836 typedef void (APIENTRYP PFNGLVERTEXATTRIB1SVPROC) (GLuint index, const GLshort *v);
841 typedef void (APIENTRYP PFNGLVERTEXATTRIB2SPROC) (GLuint index, GLshort x, GLshort y);
842 typedef void (APIENTRYP PFNGLVERTEXATTRIB2SVPROC) (GLuint index, const GLshort *v);
847 typedef void (APIENTRYP PFNGLVERTEXATTRIB3SPROC) (GLuint index, GLshort x, GLshort y, GLshort z);
848 typedef void (APIENTRYP PFNGLVERTEXATTRIB3SVPROC) (GLuint index, const GLshort *v)
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/include/GLES3/
gl3.h 65 typedef short GLshort;
gl31.h 67 typedef short GLshort;
gl32.h 67 typedef short GLshort;
  /xsrc/external/mit/libepoxy/src/
gl_generated.h 53 typedef khronos_int16_t GLshort;
6966 typedef void (GLAPIENTRY *PFNGLBINORMAL3SEXTPROC)(GLshort bx, GLshort by, GLshort bz);
6967 typedef void (GLAPIENTRY *PFNGLBINORMAL3SVEXTPROC)(const GLshort * v);
7099 typedef void (GLAPIENTRY *PFNGLCOLOR3SPROC)(GLshort red, GLshort green, GLshort blue);
7100 typedef void (GLAPIENTRY *PFNGLCOLOR3SVPROC)(const GLshort * v);
7121 typedef void (GLAPIENTRY *PFNGLCOLOR4SPROC)(GLshort red, GLshort green, GLshort blue, GLshort alpha)
    [all...]

Completed in 75 milliseconds