Lines Matching refs:GLshort

117 _mesa_Color3s( GLshort red, GLshort green, GLshort blue )
166 _mesa_Color3sv( const GLshort *v )
217 _mesa_Color4s( GLshort red, GLshort green, GLshort blue,
218 GLshort alpha )
269 _mesa_Color4sv( const GLshort *v)
324 _mesa_Indexs( GLshort c )
348 _mesa_Indexsv( const GLshort *c )
386 _mesa_Normal3s( GLshort nx, GLshort ny, GLshort nz )
410 _mesa_Normal3sv( const GLshort *v )
428 _mesa_TexCoord1s( GLshort s )
440 _mesa_TexCoord2s( GLshort s, GLshort t )
464 _mesa_TexCoord3s( GLshort s, GLshort t, GLshort r )
482 _mesa_TexCoord4s( GLshort s, GLshort t, GLshort r, GLshort q )
500 _mesa_TexCoord1sv( const GLshort *v )
518 _mesa_TexCoord2sv( const GLshort *v )
536 _mesa_TexCoord3sv( const GLshort *v )
554 _mesa_TexCoord4sv( const GLshort *v )
572 _mesa_Vertex2s( GLshort x, GLshort y )
590 _mesa_Vertex3s( GLshort x, GLshort y, GLshort z )
608 _mesa_Vertex4s( GLshort x, GLshort y, GLshort z, GLshort w )
626 _mesa_Vertex2sv( const GLshort *v )
647 _mesa_Vertex3sv( const GLshort *v )
667 _mesa_Vertex4sv( const GLshort *v )
698 _mesa_MultiTexCoord1s(GLenum target, GLshort s)
704 _mesa_MultiTexCoord1sv(GLenum target, const GLshort *v)
734 _mesa_MultiTexCoord2s(GLenum target, GLshort s, GLshort t)
740 _mesa_MultiTexCoord2sv(GLenum target, const GLshort *v)
770 _mesa_MultiTexCoord3s(GLenum target, GLshort s, GLshort t, GLshort r)
776 _mesa_MultiTexCoord3sv(GLenum target, const GLshort *v)
810 _mesa_MultiTexCoord4s(GLenum target, GLshort s, GLshort t, GLshort r, GLshort q)
817 _mesa_MultiTexCoord4sv(GLenum target, const GLshort *v)
936 _mesa_Rects(GLshort x1, GLshort y1, GLshort x2, GLshort y2)
942 _mesa_Rectsv(const GLshort *v1, const GLshort *v2)
970 _mesa_SecondaryColor3s( GLshort red, GLshort green, GLshort blue )
1023 _mesa_SecondaryColor3sv( const GLshort *v )
1062 _mesa_VertexAttrib1sNV(GLuint index, GLshort x)
1074 _mesa_VertexAttrib2sNV(GLuint index, GLshort x, GLshort y)
1086 _mesa_VertexAttrib3sNV(GLuint index, GLshort x, GLshort y, GLshort z)
1098 _mesa_VertexAttrib4sNV(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
1117 _mesa_VertexAttrib1svNV(GLuint index, const GLshort *v)
1129 _mesa_VertexAttrib2svNV(GLuint index, const GLshort *v)
1141 _mesa_VertexAttrib3svNV(GLuint index, const GLshort *v)
1153 _mesa_VertexAttrib4svNV(GLuint index, const GLshort *v)
1174 _mesa_VertexAttribs1svNV(GLuint index, GLsizei n, const GLshort *v)
1198 _mesa_VertexAttribs2svNV(GLuint index, GLsizei n, const GLshort *v)
1222 _mesa_VertexAttribs3svNV(GLuint index, GLsizei n, const GLshort *v)
1246 _mesa_VertexAttribs4svNV(GLuint index, GLsizei n, const GLshort *v)
1285 _mesa_VertexAttrib1s(GLuint index, GLshort x)
1297 _mesa_VertexAttrib2s(GLuint index, GLshort x, GLshort y)
1309 _mesa_VertexAttrib3s(GLuint index, GLshort x, GLshort y, GLshort z)
1321 _mesa_VertexAttrib4s(GLuint index, GLshort x, GLshort y, GLshort z, GLshort w)
1333 _mesa_VertexAttrib1sv(GLuint index, const GLshort *v)
1345 _mesa_VertexAttrib2sv(GLuint index, const GLshort *v)
1357 _mesa_VertexAttrib3sv(GLuint index, const GLshort *v)
1369 _mesa_VertexAttrib4sv(GLuint index, const GLshort *v)
1419 _mesa_VertexAttrib4Nsv(GLuint index, const GLshort * v)
1486 _mesa_VertexAttribI4sv(GLuint index, const GLshort *v)