Lines Matching defs:pZva
305 crPackExpandArrayElement(GLint index, CRClientState *c, const GLfloat *pZva)
568 else if (pZva)
570 crPackVertexAttrib4fvARB(VERT_ATTRIB_POS, pZva);
624 crPackExpandDrawArrays(GLenum mode, GLint first, GLsizei count, CRClientState *c, const GLfloat *pZva)
643 crPackExpandArrayElement(first + i, c, pZva);
764 const GLvoid *indices, CRClientState *c, const GLfloat *pZva)
812 crPackExpandArrayElement((GLint) *p++, c, pZva);
818 crPackExpandArrayElement((GLint) * (GLushort *) p, c, pZva);
825 crPackExpandArrayElement((GLint) * (GLuint *) p, c, pZva);
883 crPackExpandDrawRangeElements(GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, CRClientState *c, const GLfloat *pZva)
891 crPackExpandDrawElements(mode, count, type, indices, c, pZva);
917 GLsizei primcount, CRClientState *c, const GLfloat *pZva )
922 crPackExpandDrawArrays(mode, first[i], count[i], c, pZva);
950 GLsizei primcount, CRClientState *c, const GLfloat *pZva )
955 crPackExpandDrawElements(mode, count[i], type, indices[i], c, pZva);