Home | History | Annotate | Download | only in simplereference

Lines Matching refs:primCount

4072 		deUint32 primCount;
4099 drawArraysInstanced(mode, command->first, command->count, command->primCount);
4107 deUint32 primCount;
4141 RC_IF_ERROR((int)command->count < 0 || (int)command->primCount < 0, GL_INVALID_VALUE, RC_RET_VOID);
4148 drawElementsInstancedBaseVertex(mode, (int)command->count, type, indicesPtr, (int)command->primCount, command->baseVertex);
4152 void ReferenceContext::multiDrawArrays (deUint32 mode, const int* first, const int* count, int primCount)
4157 DE_UNREF(primCount);
4163 void ReferenceContext::multiDrawElements (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount)
4169 DE_UNREF(primCount);
4175 void ReferenceContext::multiDrawElementsBaseVertex (deUint32 mode, const int* count, deUint32 type, const void** indices, int primCount, const int* baseVertex)
4181 DE_UNREF(primCount);