void PACKSPU_APIENTRY packspu_IndexPointer( GLenum type, GLsizei stride, const GLvoid *pointer ) { #if CR_ARB_vertex_buffer_object GET_CONTEXT(ctx); if (ctx->clientState->extensions.ARB_vertex_buffer_object) { if (pack_spu.swap) crPackIndexPointerSWAP( type, stride, pointer ); else crPackIndexPointer( type, stride, pointer ); } #endif crStateIndexPointer(type, stride, pointer); }
static void ARRAYSPU_APIENTRY arrayspu_IndexPointer( GLenum type, GLsizei stride, const GLvoid *pointer ) { crStateIndexPointer( type, stride, pointer ); }