Home | History | Annotate | Download | only in simplereference

Lines Matching refs:drawArraysInstanced

4014 	drawArraysInstanced(mode, first, count, 1);
4017 void ReferenceContext::drawArraysInstanced (deUint32 mode, int first, int count, int instanceCount)
4120 drawArraysInstanced(mode, command->first, command->count, command->primCount);