Home | History | Annotate | Download | only in simplereference

Lines Matching refs:drawElementsInstancedBaseVertex

4042 	drawElementsInstancedBaseVertex(mode, count, type, indices, 1, baseVertex);
4047 drawElementsInstancedBaseVertex(mode, count, type, indices, instanceCount, 0);
4050 void ReferenceContext::drawElementsInstancedBaseVertex (deUint32 mode, int count, deUint32 type, const void *indices, int instanceCount, int baseVertex)
4169 drawElementsInstancedBaseVertex(mode, (int)command->count, type, indicesPtr, (int)command->primCount, command->baseVertex);