Lines Matching refs:GLshort

61    void (GLAPIENTRYP Color3s)(GLshort red, GLshort green, GLshort blue); /* 17 */
62 void (GLAPIENTRYP Color3sv)(const GLshort * v); /* 18 */
77 void (GLAPIENTRYP Color4s)(GLshort red, GLshort green, GLshort blue, GLshort alpha); /* 33 */
78 void (GLAPIENTRYP Color4sv)(const GLshort * v); /* 34 */
94 void (GLAPIENTRYP Indexs)(GLshort c); /* 50 */
95 void (GLAPIENTRYP Indexsv)(const GLshort * c); /* 51 */
104 void (GLAPIENTRYP Normal3s)(GLshort nx, GLshort ny, GLshort nz); /* 60 */
105 void (GLAPIENTRYP Normal3sv)(const GLshort * v); /* 61 */
112 void (GLAPIENTRYP RasterPos2s)(GLshort x, GLshort y); /* 68 */
113 void (GLAPIENTRYP RasterPos2sv)(const GLshort * v); /* 69 */
120 void (GLAPIENTRYP RasterPos3s)(GLshort x, GLshort y, GLshort z); /* 76 */
121 void (GLAPIENTRYP RasterPos3sv)(const GLshort * v); /* 77 */
128 void (GLAPIENTRYP RasterPos4s)(GLshort x, GLshort y, GLshort z, GLshort w); /* 84 */
129 void (GLAPIENTRYP RasterPos4sv)(const GLshort * v); /* 85 */
136 void (GLAPIENTRYP Rects)(GLshort x1, GLshort y1, GLshort x2, GLshort y2); /* 92 */
137 void (GLAPIENTRYP Rectsv)(const GLshort * v1, const GLshort * v2); /* 93 */
144 void (GLAPIENTRYP TexCoord1s)(GLshort s); /* 100 */
145 void (GLAPIENTRYP TexCoord1sv)(const GLshort * v); /* 101 */
152 void (GLAPIENTRYP TexCoord2s)(GLshort s, GLshort t); /* 108 */
153 void (GLAPIENTRYP TexCoord2sv)(const GLshort * v); /* 109 */
160 void (GLAPIENTRYP TexCoord3s)(GLshort s, GLshort t, GLshort r); /* 116 */
161 void (GLAPIENTRYP TexCoord3sv)(const GLshort * v); /* 117 */
168 void (GLAPIENTRYP TexCoord4s)(GLshort s, GLshort t, GLshort r, GLshort q); /* 124 */
169 void (GLAPIENTRYP TexCoord4sv)(const GLshort * v); /* 125 */
176 void (GLAPIENTRYP Vertex2s)(GLshort x, GLshort y); /* 132 */
177 void (GLAPIENTRYP Vertex2sv)(const GLshort * v); /* 133 */
184 void (GLAPIENTRYP Vertex3s)(GLshort x, GLshort y, GLshort z); /* 140 */
185 void (GLAPIENTRYP Vertex3sv)(const GLshort * v); /* 141 */
192 void (GLAPIENTRYP Vertex4s)(GLshort x, GLshort y, GLshort z, GLshort w); /* 148 */
193 void (GLAPIENTRYP Vertex4sv)(const GLshort * v); /* 149 */
426 void (GLAPIENTRYP MultiTexCoord1sARB)(GLenum target, GLshort s); /* 382 */
427 void (GLAPIENTRYP MultiTexCoord1svARB)(GLenum target, const GLshort * v); /* 383 */
434 void (GLAPIENTRYP MultiTexCoord2sARB)(GLenum target, GLshort s, GLshort t); /* 390 */
435 void (GLAPIENTRYP MultiTexCoord2svARB)(GLenum target, const GLshort * v); /* 391 */
442 void (GLAPIENTRYP MultiTexCoord3sARB)(GLenum target, GLshort s, GLshort t, GLshort r); /* 398 */
443 void (GLAPIENTRYP MultiTexCoord3svARB)(GLenum target, const GLshort * v); /* 399 */
450 void (GLAPIENTRYP MultiTexCoord4sARB)(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q); /* 406 */
451 void (GLAPIENTRYP MultiTexCoord4svARB)(GLenum target, const GLshort * v); /* 407 */
510 void (GLAPIENTRYP VertexAttrib1sARB)(GLuint index, GLshort x); /* 466 */
511 void (GLAPIENTRYP VertexAttrib1svARB)(GLuint index, const GLshort * v); /* 467 */
516 void (GLAPIENTRYP VertexAttrib2sARB)(GLuint index, GLshort x, GLshort y); /* 472 */
517 void (GLAPIENTRYP VertexAttrib2svARB)(GLuint index, const GLshort * v); /* 473 */
522 void (GLAPIENTRYP VertexAttrib3sARB)(GLuint index, GLshort x, GLshort y, GLshort z); /* 478 */
523 void (GLAPIENTRYP VertexAttrib3svARB)(GLuint index, const GLshort * v); /* 479 */
526 void (GLAPIENTRYP VertexAttrib4NsvARB)(GLuint index, const GLshort * v); /* 482 */
537 void (GLAPIENTRYP VertexAttrib4sARB)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 493 */
538 void (GLAPIENTRYP VertexAttrib4svARB)(GLuint index, const GLshort * v); /* 494 */
634 void (GLAPIENTRYP SecondaryColor3sEXT)(GLshort red, GLshort green, GLshort blue); /* 590 */
635 void (GLAPIENTRYP SecondaryColor3svEXT)(const GLshort * v); /* 591 */
674 void (GLAPIENTRYP WindowPos2sMESA)(GLshort x, GLshort y); /* 630 */
675 void (GLAPIENTRYP WindowPos2svMESA)(const GLshort * v); /* 631 */
682 void (GLAPIENTRYP WindowPos3sMESA)(GLshort x, GLshort y, GLshort z); /* 638 */
683 void (GLAPIENTRYP WindowPos3svMESA)(const GLshort * v); /* 639 */
690 void (GLAPIENTRYP WindowPos4sMESA)(GLshort x, GLshort y, GLshort z, GLshort w); /* 646 */
691 void (GLAPIENTRYP WindowPos4svMESA)(const GLshort * v); /* 647 */
725 void (GLAPIENTRYP VertexAttrib1sNV)(GLuint index, GLshort x); /* 681 */
726 void (GLAPIENTRYP VertexAttrib1svNV)(GLuint index, const GLshort * v); /* 682 */
731 void (GLAPIENTRYP VertexAttrib2sNV)(GLuint index, GLshort x, GLshort y); /* 687 */
732 void (GLAPIENTRYP VertexAttrib2svNV)(GLuint index, const GLshort * v); /* 688 */
737 void (GLAPIENTRYP VertexAttrib3sNV)(GLuint index, GLshort x, GLshort y, GLshort z); /* 693 */
738 void (GLAPIENTRYP VertexAttrib3svNV)(GLuint index, const GLshort * v); /* 694 */
743 void (GLAPIENTRYP VertexAttrib4sNV)(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w); /* 699 */
744 void (GLAPIENTRYP VertexAttrib4svNV)(GLuint index, const GLshort * v); /* 700 */
750 void (GLAPIENTRYP VertexAttribs1svNV)(GLuint index, GLsizei n, const GLshort * v); /* 706 */
753 void (GLAPIENTRYP VertexAttribs2svNV)(GLuint index, GLsizei n, const GLshort * v); /* 709 */
756 void (GLAPIENTRYP VertexAttribs3svNV)(GLuint index, GLsizei n, const GLshort * v); /* 712 */
759 void (GLAPIENTRYP VertexAttribs4svNV)(GLuint index, GLsizei n, const GLshort * v); /* 715 */