Lines Matching full:indices
962 const GLvoid * indices)
968 (void) indices;
975 GLsizei count, GLenum type, const GLvoid * indices)
983 (void) indices;
990 const GLvoid * indices, GLint basevertex)
996 (void) indices;
1008 const GLvoid * indices, GLint basevertex)
1016 (void) indices;
1035 const GLvoid **indices, GLsizei primcount)
1041 (void) indices;
1049 GLenum type, const GLvoid * const *indices,
1056 (void) indices;
1220 const GLvoid * indices)
1226 if (!_mesa_validate_DrawElements(ctx, mode, count, type, indices, 0))
1235 indices =
1236 ADD_POINTERS(ctx->Array.ArrayObj->ElementArrayBufferObj->Pointer, indices);
1244 CALL_ArrayElement(GET_DISPATCH(), (((GLubyte *) indices)[i]));
1248 CALL_ArrayElement(GET_DISPATCH(), (((GLushort *) indices)[i]));
1252 CALL_ArrayElement(GET_DISPATCH(), (((GLuint *) indices)[i]));
1268 const GLvoid * indices)
1274 start, end, count, type, indices, 0))
1280 _save_OBE_DrawElements(mode, count, type, indices);
1286 const GLvoid **indices, GLsizei primcount)
1292 CALL_DrawElements(GET_DISPATCH(), (mode, count[i], type, indices[i]));
1301 const GLvoid * const *indices,
1310 indices[i],