Lines Matching refs:GLshort

60    void (GLAPIENTRYP Color3s)(GLshort red, GLshort green, GLshort blue); /* 17 */
61 void (GLAPIENTRYP Color3sv)(const GLshort * v); /* 18 */
76 void (GLAPIENTRYP Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha); /* 33 */
77 void (GLAPIENTRYP Color4sv)(const GLshort * v); /* 34 */
93 void (GLAPIENTRYP Indexs)(GLshort c); /* 50 */
94 void (GLAPIENTRYP Indexsv)(const GLshort * c); /* 51 */
103 void (GLAPIENTRYP Normal3s)(GLshort nx, GLshort ny, GLshort nz); /* 60 */
104 void (GLAPIENTRYP Normal3sv)(const GLshort * v); /* 61 */
111 void (GLAPIENTRYP RasterPos2s)(GLshort x, GLshort y); /* 68 */
112 void (GLAPIENTRYP RasterPos2sv)(const GLshort * v); /* 69 */
119 void (GLAPIENTRYP RasterPos3s)(GLshort x, GLshort y, GLshort z); /* 76 */
120 void (GLAPIENTRYP RasterPos3sv)(const GLshort * v); /* 77 */
127 void (GLAPIENTRYP RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w); /* 84 */
128 void (GLAPIENTRYP RasterPos4sv)(const GLshort * v); /* 85 */
135 void (GLAPIENTRYP Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2); /* 92 */
136 void (GLAPIENTRYP Rectsv)(const GLshort * v1, const GLshort * v2); /* 93 */
143 void (GLAPIENTRYP TexCoord1s)(GLshort s); /* 100 */
144 void (GLAPIENTRYP TexCoord1sv)(const GLshort * v); /* 101 */
151 void (GLAPIENTRYP TexCoord2s)(GLshort s, GLshort t); /* 108 */
152 void (GLAPIENTRYP TexCoord2sv)(const GLshort * v); /* 109 */
159 void (GLAPIENTRYP TexCoord3s)(GLshort s, GLshort t, GLshort r); /* 116 */
160 void (GLAPIENTRYP TexCoord3sv)(const GLshort * v); /* 117 */
167 void (GLAPIENTRYP TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q); /* 124 */
168 void (GLAPIENTRYP TexCoord4sv)(const GLshort * v); /* 125 */
175 void (GLAPIENTRYP Vertex2s)(GLshort x, GLshort y); /* 132 */
176 void (GLAPIENTRYP Vertex2sv)(const GLshort * v); /* 133 */
183 void (GLAPIENTRYP Vertex3s)(GLshort x, GLshort y, GLshort z); /* 140 */
184 void (GLAPIENTRYP Vertex3sv)(const GLshort * v); /* 141 */
191 void (GLAPIENTRYP Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w); /* 148 */
192 void (GLAPIENTRYP Vertex4sv)(const GLshort * v); /* 149 */
425 void (GLAPIENTRYP MultiTexCoord1sARB)(GLenum target, GLshort s); /* 382 */
426 void (GLAPIENTRYP MultiTexCoord1svARB)(GLenum target, const GLshort * v); /* 383 */
433 void (GLAPIENTRYP MultiTexCoord2sARB)(GLenum target, GLshort s, GLshort t); /* 390 */
434 void (GLAPIENTRYP MultiTexCoord2svARB)(GLenum target, const GLshort * v); /* 391 */
441 void (GLAPIENTRYP MultiTexCoord3sARB)(GLenum target, GLshort s, GLshort t, GLshort r); /* 398 */
442 void (GLAPIENTRYP MultiTexCoord3svARB)(GLenum target, const GLshort * v); /* 399 */
449 void (GLAPIENTRYP MultiTexCoord4sARB)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q); /* 406 */
450 void (GLAPIENTRYP MultiTexCoord4svARB)(GLenum target, const GLshort * v); /* 407 */
520 void (GLAPIENTRYP VertexAttrib1sARB)(GLuint index, GLshort x); /* 477 */
521 void (GLAPIENTRYP VertexAttrib1svARB)(GLuint index, const GLshort * v); /* 478 */
526 void (GLAPIENTRYP VertexAttrib2sARB)(GLuint index, GLshort x, GLshort y); /* 483 */
527 void (GLAPIENTRYP VertexAttrib2svARB)(GLuint index, const GLshort * v); /* 484 */
532 void (GLAPIENTRYP VertexAttrib3sARB)(GLuint index, GLshort x, GLshort y, GLshort z); /* 489 */
533 void (GLAPIENTRYP VertexAttrib3svARB)(GLuint index, const GLshort * v); /* 490 */
536 void (GLAPIENTRYP VertexAttrib4NsvARB)(GLuint index, const GLshort * v); /* 493 */
547 void (GLAPIENTRYP VertexAttrib4sARB)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 504 */
548 void (GLAPIENTRYP VertexAttrib4svARB)(GLuint index, const GLshort * v); /* 505 */
761 void (GLAPIENTRYP SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue); /* 718 */
762 void (GLAPIENTRYP SecondaryColor3svEXT)(const GLshort * v); /* 719 */
801 void (GLAPIENTRYP WindowPos2sMESA)(GLshort x, GLshort y); /* 758 */
802 void (GLAPIENTRYP WindowPos2svMESA)(const GLshort * v); /* 759 */
809 void (GLAPIENTRYP WindowPos3sMESA)(GLshort x, GLshort y, GLshort z); /* 766 */
810 void (GLAPIENTRYP WindowPos3svMESA)(const GLshort * v); /* 767 */
817 void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 774 */
818 void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 775 */
852 void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 809 */
853 void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 810 */
858 void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 815 */
859 void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 816 */
864 void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 821 */
865 void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 822 */
870 void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 827 */
871 void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 828 */
877 void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 834 */
880 void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 837 */
883 void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 840 */
886 void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 843 */
971 void (GLAPIENTRYP VertexAttribI4svEXT)(GLuint index, const GLshort * v); /* 928 */