Lines Matching refs:basevertex
998 …glw::GLenum mode, glw::GLsizei count, glw::GLenum type, const void *indices, glw::GLint basevertex) argument
1001 …, " << count << ", " << getTypeStr(type) << ", " << indices << ", " << basevertex << ");" << TestL…
1002 m_gl.drawElementsBaseVertex(mode, count, type, indices, basevertex);
1026 …ei count, glw::GLenum type, const void *indices, glw::GLsizei instancecount, glw::GLint basevertex) argument
1029 …etTypeStr(type) << ", " << indices << ", " << instancecount << ", " << basevertex << ");" << TestL…
1030 m_gl.drawElementsInstancedBaseVertex(mode, count, type, indices, instancecount, basevertex);
1033 …enum type, const void *indices, glw::GLsizei instancecount, glw::GLint basevertex, glw::GLuint bas… argument
1036 … << toHex(type) << ", " << indices << ", " << instancecount << ", " << basevertex << ", " << basei…
1037 …stancedBaseVertexBaseInstance(mode, count, type, indices, instancecount, basevertex, baseinstance);
1047 … glw::GLuint end, glw::GLsizei count, glw::GLenum type, const void *indices, glw::GLint basevertex) argument
1050 …, " << count << ", " << getTypeStr(type) << ", " << indices << ", " << basevertex << ");" << TestL…
1051 m_gl.drawRangeElementsBaseVertex(mode, start, end, count, type, indices, basevertex);
2683 … glw::GLenum type, const void *const*indices, glw::GLsizei drawcount, const glw::GLint *basevertex) argument
2686 … << ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(basevertex))) << ");" << Te…
2687 m_gl.multiDrawElementsBaseVertex(mode, count, type, indices, drawcount, basevertex);