Lines Matching defs:count
100 test->addIteration(spec, "draw count = 1");
104 test->addIteration(spec, "draw count = 5");
108 test->addIteration(spec, "draw count = 25");
114 test->addIteration(spec, "instance count = 1");
118 test->addIteration(spec, "instance count = 4");
122 test->addIteration(spec, "instance count = 11");
180 void draw (GLenum mode, GLsizei count, GLenum type, GLvoid* indices, GLint baseVertex);
298 void VertexIDCase::draw (GLenum mode, GLsizei count, GLenum type, GLvoid* indices, GLint baseVertex)
303 GLU_CHECK_GLW_CALL(m_gl, drawElementsBaseVertex(mode, count, type, indices, baseVertex));
310 GLU_CHECK_GLW_CALL(m_gl, drawRangeElementsBaseVertex(mode, 0, maxElementsVertices, count, type, indices, baseVertex));
315 GLU_CHECK_GLW_CALL(m_gl, drawElementsInstancedBaseVertex(mode, count, type, indices, 1, baseVertex));