Lines Matching refs:GLshort

51     void      (APIENTRY *glColor3s                )( GLshort red, GLshort green, GLshort blue );
52 void (APIENTRY *glColor3sv )( const GLshort *v );
67 void (APIENTRY *glColor4s )( GLshort red, GLshort green, GLshort blue, GLshort alpha );
68 void (APIENTRY *glColor4sv )( const GLshort *v );
84 void (APIENTRY *glIndexs )( GLshort c );
85 void (APIENTRY *glIndexsv )( const GLshort *c );
94 void (APIENTRY *glNormal3s )( GLshort nx, GLshort ny, GLshort nz );
95 void (APIENTRY *glNormal3sv )( const GLshort *v );
102 void (APIENTRY *glRasterPos2s )( GLshort x, GLshort y );
103 void (APIENTRY *glRasterPos2sv )( const GLshort *v );
110 void (APIENTRY *glRasterPos3s )( GLshort x, GLshort y, GLshort z );
111 void (APIENTRY *glRasterPos3sv )( const GLshort *v );
118 void (APIENTRY *glRasterPos4s )( GLshort x, GLshort y, GLshort z, GLshort w );
119 void (APIENTRY *glRasterPos4sv )( const GLshort *v );
126 void (APIENTRY *glRects )( GLshort x1, GLshort y1, GLshort x2, GLshort y2 );
127 void (APIENTRY *glRectsv )( const GLshort *v1, const GLshort *v2 );
134 void (APIENTRY *glTexCoord1s )( GLshort s );
135 void (APIENTRY *glTexCoord1sv )( const GLshort *v );
142 void (APIENTRY *glTexCoord2s )( GLshort s, GLshort t );
143 void (APIENTRY *glTexCoord2sv )( const GLshort *v );
150 void (APIENTRY *glTexCoord3s )( GLshort s, GLshort t, GLshort r );
151 void (APIENTRY *glTexCoord3sv )( const GLshort *v );
158 void (APIENTRY *glTexCoord4s )( GLshort s, GLshort t, GLshort r, GLshort q );
159 void (APIENTRY *glTexCoord4sv )( const GLshort *v );
166 void (APIENTRY *glVertex2s )( GLshort x, GLshort y );
167 void (APIENTRY *glVertex2sv )( const GLshort *v );
174 void (APIENTRY *glVertex3s )( GLshort x, GLshort y, GLshort z );
175 void (APIENTRY *glVertex3sv )( const GLshort *v );
182 void (APIENTRY *glVertex4s )( GLshort x, GLshort y, GLshort z, GLshort w );
183 void (APIENTRY *glVertex4sv )( const GLshort *v );