• Home
  • Raw
  • Download

Lines Matching refs:GLshort

45 _mesa_Color3s( GLshort red, GLshort green, GLshort blue );
59 _mesa_Color3sv( const GLshort *v );
75 _mesa_Color4s( GLshort red, GLshort green, GLshort blue,
76 GLshort alpha );
91 _mesa_Color4sv( const GLshort *v);
107 _mesa_Indexs( GLshort c );
115 _mesa_Indexsv( const GLshort *c );
127 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz );
135 _mesa_Normal3sv( const GLshort *v );
141 _mesa_TexCoord1s( GLshort s );
145 _mesa_TexCoord2s( GLshort s, GLshort t );
153 _mesa_TexCoord3s( GLshort s, GLshort t, GLshort r );
159 _mesa_TexCoord4s( GLshort s, GLshort t, GLshort r, GLshort q );
165 _mesa_TexCoord1sv( const GLshort *v );
171 _mesa_TexCoord2sv( const GLshort *v );
177 _mesa_TexCoord3sv( const GLshort *v );
183 _mesa_TexCoord4sv( const GLshort *v );
189 _mesa_Vertex2s( GLshort x, GLshort y );
195 _mesa_Vertex3s( GLshort x, GLshort y, GLshort z );
201 _mesa_Vertex4s( GLshort x, GLshort y, GLshort z, GLshort w );
207 _mesa_Vertex2sv( const GLshort *v );
213 _mesa_Vertex3sv( const GLshort *v );
219 _mesa_Vertex4sv( const GLshort *v );
229 _mesa_MultiTexCoord1s(GLenum target, GLshort s);
231 _mesa_MultiTexCoord1sv(GLenum target, const GLshort *v);
241 _mesa_MultiTexCoord2s(GLenum target, GLshort s, GLshort t);
243 _mesa_MultiTexCoord2sv(GLenum target, const GLshort *v);
253 _mesa_MultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r);
255 _mesa_MultiTexCoord3sv(GLenum target, const GLshort *v);
266 _mesa_MultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r,
267 GLshort q);
269 _mesa_MultiTexCoord4sv(GLenum target, const GLshort *v);
299 _mesa_Rects(GLshort x1, GLshort y1, GLshort x2, GLshort y2);
301 _mesa_Rectsv(const GLshort *v1, const GLshort *v2);
309 _mesa_SecondaryColor3s( GLshort red, GLshort green, GLshort blue );
323 _mesa_SecondaryColor3sv( const GLshort *v );
331 _mesa_VertexAttrib1sNV(GLuint index, GLshort x);
335 _mesa_VertexAttrib2sNV(GLuint index, GLshort x, GLshort y);
339 _mesa_VertexAttrib3sNV(GLuint index, GLshort x, GLshort y, GLshort z);
343 _mesa_VertexAttrib4sNV(GLuint index, GLshort x, GLshort y, GLshort z,
344 GLshort w);
352 _mesa_VertexAttrib1svNV(GLuint index, const GLshort *v);
356 _mesa_VertexAttrib2svNV(GLuint index, const GLshort *v);
360 _mesa_VertexAttrib3svNV(GLuint index, const GLshort *v);
364 _mesa_VertexAttrib4svNV(GLuint index, const GLshort *v);
370 _mesa_VertexAttribs1svNV(GLuint index, GLsizei n, const GLshort *v);
376 _mesa_VertexAttribs2svNV(GLuint index, GLsizei n, const GLshort *v);
382 _mesa_VertexAttribs3svNV(GLuint index, GLsizei n, const GLshort *v);
388 _mesa_VertexAttribs4svNV(GLuint index, GLsizei n, const GLshort *v);
396 _mesa_VertexAttrib1s(GLuint index, GLshort x);
400 _mesa_VertexAttrib2s(GLuint index, GLshort x, GLshort y);
404 _mesa_VertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z);
408 _mesa_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z,
409 GLshort w);
414 _mesa_VertexAttrib1sv(GLuint index, const GLshort *v);
418 _mesa_VertexAttrib2sv(GLuint index, const GLshort *v);
422 _mesa_VertexAttrib3sv(GLuint index, const GLshort *v);
426 _mesa_VertexAttrib4sv(GLuint index, const GLshort *v);
442 _mesa_VertexAttrib4Nsv(GLuint index, const GLshort * v);
461 _mesa_VertexAttribI4sv(GLuint index, const GLshort *v);