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

/external/deqp/modules/gles3/stress/
H A Des3sDrawTests.cpp80 const int m_numIndices; member in class:deqp::gles3::Stress::__anon20251::DrawInvalidRangeCase
94 , m_numIndices (64)
112 std::vector<deUint32> indices (m_numIndices);
114 for (int ndx = 0; ndx < m_numIndices; ++ndx)
124 gl.bufferData(GL_ELEMENT_ARRAY_BUFFER, int(m_numIndices * sizeof(deUint32)), &indices[0], GL_STATIC_DRAW);
203 gl.glDrawRangeElements(GL_POINTS, min, max, m_numIndices, GL_UNSIGNED_INT, DE_NULL);

Completed in 144 milliseconds