Home | History | Annotate | Download | only in vbo

Lines Matching defs:basevertex

1184                                  const GLvoid * indices, GLint basevertex)
1224 CALL_ArrayElement(GET_DISPATCH(), (basevertex + ((GLubyte *) indices)[i]));
1228 CALL_ArrayElement(GET_DISPATCH(), (basevertex + ((GLushort *) indices)[i]));
1232 CALL_ArrayElement(GET_DISPATCH(), (basevertex + ((GLuint *) indices)[i]));
1307 const GLint *basevertex)
1315 basevertex[i]));