Home
last modified time | relevance | path

Searched refs:m_numIndices (Results 1 – 1 of 1) sorted by relevance

/third_party/vk-gl-cts/modules/gles3/stress/
Des3sDrawTests.cpp80 const int m_numIndices; member in deqp::gles3::Stress::__anon2c1ea6e00111::DrawInvalidRangeCase
94 , m_numIndices (64) in DrawInvalidRangeCase()
112 std::vector<deUint32> indices (m_numIndices); in init()
114 for (int ndx = 0; ndx < m_numIndices; ++ndx) in init()
124 …gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, int(m_numIndices * sizeof(deUint32)), &indices[0], GL_STATI… in init()
203 gl.glDrawRangeElements(GL_POINTS, min, max, m_numIndices, GL_UNSIGNED_INT, DE_NULL); in iterate()