Lines Matching refs:GLshort

99 void __indirect_glColor3s(GLshort red, GLshort green, GLshort blue) { }
100 void __indirect_glColor3sv(const GLshort *v) { }
115 void __indirect_glColor4s(GLshort red, GLshort green, GLshort blue, GLshort alpha) { }
116 void __indirect_glColor4sv(const GLshort *v) { }
197 void __indirect_glIndexs(GLshort c) { }
198 void __indirect_glIndexsv(const GLshort *c) { }
242 void __indirect_glNormal3s(GLshort nx, GLshort ny, GLshort nz) { }
243 void __indirect_glNormal3sv(const GLshort *v) { }
269 void __indirect_glRasterPos2s(GLshort x, GLshort y) { }
270 void __indirect_glRasterPos2sv(const GLshort *v) { }
277 void __indirect_glRasterPos3s(GLshort x, GLshort y, GLshort z) { }
278 void __indirect_glRasterPos3sv(const GLshort *v) { }
285 void __indirect_glRasterPos4s(GLshort x, GLshort y, GLshort z, GLshort w) { }
286 void __indirect_glRasterPos4sv(const GLshort *v) { }
295 void __indirect_glRects(GLshort x1, GLshort y1, GLshort x2, GLshort y2) { }
296 void __indirect_glRectsv(const GLshort *v1, const GLshort *v2) { }
314 void __indirect_glTexCoord1s(GLshort s) { }
315 void __indirect_glTexCoord1sv(const GLshort *v) { }
322 void __indirect_glTexCoord2s(GLshort s, GLshort t) { }
323 void __indirect_glTexCoord2sv(const GLshort *v) { }
330 void __indirect_glTexCoord3s(GLshort s, GLshort t, GLshort r) { }
331 void __indirect_glTexCoord3sv(const GLshort *v) { }
338 void __indirect_glTexCoord4s(GLshort s, GLshort t, GLshort r, GLshort q) { }
339 void __indirect_glTexCoord4sv(const GLshort *v) { }
364 void __indirect_glVertex2s(GLshort x, GLshort y) { }
365 void __indirect_glVertex2sv(const GLshort *v) { }
372 void __indirect_glVertex3s(GLshort x, GLshort y, GLshort z) { }
373 void __indirect_glVertex3sv(const GLshort *v) { }
380 void __indirect_glVertex4s(GLshort x, GLshort y, GLshort z, GLshort w) { }
381 void __indirect_glVertex4sv(const GLshort *v) { }
459 void __indirect_glMultiTexCoord1s(GLenum target, GLshort s) { }
460 void __indirect_glMultiTexCoord1sv(GLenum target, const GLshort *v) { }
467 void __indirect_glMultiTexCoord2s(GLenum target, GLshort s, GLshort t) { }
468 void __indirect_glMultiTexCoord2sv(GLenum target, const GLshort *v) { }
475 void __indirect_glMultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r) { }
476 void __indirect_glMultiTexCoord3sv(GLenum target, const GLshort *v) { }
483 void __indirect_glMultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) { }
484 void __indirect_glMultiTexCoord4sv(GLenum target, const GLshort *v) { }
521 void __indirect_glVertexAttrib1s(GLuint index, GLshort x) { }
522 void __indirect_glVertexAttrib1sv(GLuint index, const GLshort *v) { }
527 void __indirect_glVertexAttrib2s(GLuint index, GLshort x, GLshort y) { }
528 void __indirect_glVertexAttrib2sv(GLuint index, const GLshort *v) { }
533 void __indirect_glVertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z) { }
534 void __indirect_glVertexAttrib3sv(GLuint index, const GLshort *v) { }
537 void __indirect_glVertexAttrib4Nsv(GLuint index, const GLshort *v) { }
548 void __indirect_glVertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) { }
549 void __indirect_glVertexAttrib4sv(GLuint index, const GLshort *v) { }
583 void __indirect_glSecondaryColor3s(GLshort red, GLshort green, GLshort blue) { }
584 void __indirect_glSecondaryColor3sv(const GLshort *v) { }
606 void __indirect_glWindowPos2s(GLshort x, GLshort y) { }
607 void __indirect_glWindowPos2sv(const GLshort *v) { }
614 void __indirect_glWindowPos3s(GLshort x, GLshort y, GLshort z) { }
615 void __indirect_glWindowPos3sv(const GLshort *v) { }
640 void __indirect_glVertexAttrib1sNV(GLuint index, GLshort x) { }
641 void __indirect_glVertexAttrib1svNV(GLuint index, const GLshort *v) { }
646 void __indirect_glVertexAttrib2sNV(GLuint index, GLshort x, GLshort y) { }
647 void __indirect_glVertexAttrib2svNV(GLuint index, const GLshort *v) { }
652 void __indirect_glVertexAttrib3sNV(GLuint index, GLshort x, GLshort y, GLshort z) { }
653 void __indirect_glVertexAttrib3svNV(GLuint index, const GLshort *v) { }
658 void __indirect_glVertexAttrib4sNV(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) { }
659 void __indirect_glVertexAttrib4svNV(GLuint index, const GLshort *v) { }
665 void __indirect_glVertexAttribs1svNV(GLuint index, GLsizei count, const GLshort *v) { }
668 void __indirect_glVertexAttribs2svNV(GLuint index, GLsizei count, const GLshort *v) { }
671 void __indirect_glVertexAttribs3svNV(GLuint index, GLsizei count, const GLshort *v) { }
674 void __indirect_glVertexAttribs4svNV(GLuint index, GLsizei count, const GLshort *v) { }