• Home
  • Raw
  • Download

Lines Matching refs:GLushort

3359 GLAPI void APIENTRY glSecondaryColor3us (GLushort, GLushort, GLushort);
3360 GLAPI void APIENTRY glSecondaryColor3usv (const GLushort *);
3405 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USPROC) (GLushort red, GLushort green, GLushort blue);
3406 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USVPROC) (const GLushort *v);
3553 GLAPI void APIENTRY glVertexAttrib4Nusv (GLuint, const GLushort *);
3564 GLAPI void APIENTRY glVertexAttrib4usv (GLuint, const GLushort *);
3647 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVPROC) (GLuint index, const GLushort *v);
3658 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVPROC) (GLuint index, const GLushort *v);
3809 GLAPI void APIENTRY glWeightusvARB (GLint, const GLushort *);
3820 typedef void (APIENTRYP PFNGLWEIGHTUSVARBPROC) (GLint size, const GLushort *weights);
3831 GLAPI void APIENTRY glMatrixIndexusvARB (GLint, const GLushort *);
3837 typedef void (APIENTRYP PFNGLMATRIXINDEXUSVARBPROC) (GLint size, const GLushort *indices);
3935 GLAPI void APIENTRY glVertexAttrib4NusvARB (GLuint, const GLushort *);
3946 GLAPI void APIENTRY glVertexAttrib4usvARB (GLuint, const GLushort *);
3998 typedef void (APIENTRYP PFNGLVERTEXATTRIB4NUSVARBPROC) (GLuint index, const GLushort *v);
4009 typedef void (APIENTRYP PFNGLVERTEXATTRIB4USVARBPROC) (GLuint index, const GLushort *v);
5018 GLAPI void APIENTRY glSecondaryColor3usEXT (GLushort, GLushort, GLushort);
5019 GLAPI void APIENTRY glSecondaryColor3usvEXT (const GLushort *);
5036 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USEXTPROC) (GLushort red, GLushort green, GLushort blue…
5037 typedef void (APIENTRYP PFNGLSECONDARYCOLOR3USVEXTPROC) (const GLushort *v);
5162 GLAPI void APIENTRY glGlobalAlphaFactorusSUN (GLushort);
5171 typedef void (APIENTRYP PFNGLGLOBALALPHAFACTORUSSUNPROC) (GLushort factor);
5179 GLAPI void APIENTRY glReplacementCodeusSUN (GLushort);
5182 GLAPI void APIENTRY glReplacementCodeusvSUN (const GLushort *);
5187 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSSUNPROC) (GLushort code);
5190 typedef void (APIENTRYP PFNGLREPLACEMENTCODEUSVSUNPROC) (const GLushort *code);
5935 GLAPI void APIENTRY glVariantusvEXT (GLuint, const GLushort *);
5978 typedef void (APIENTRYP PFNGLVARIANTUSVEXTPROC) (GLuint id, const GLushort *addr);