Home
last modified time | relevance | path

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

/external/deqp/modules/glshared/
DglsLongStressCase.cpp1176 m_vertexIndices.clear(); in init()
1178 m_vertexIndices.push_back((deUint16)i); in init()
1179 m_rnd.shuffle(m_vertexIndices.begin(), m_vertexIndices.end()); in init()
1342 m_rnd.shuffle(m_vertexIndices.begin(), m_vertexIndices.end()); in iterate()
1355 …rbageUntilUnder(m_maxBufMemoryUsageBytes - indexBuf.getApproxMemUsageDiff(m_vertexIndices), m_rnd); in iterate()
1359 …indexBuf.setData(m_vertexIndices, target, m_rnd.getFloat() < m_probabilities.randomBufferUsage ? r… in iterate()
1361 indexBuf.setSubData(m_vertexIndices, 0, m_numVerticesPerDrawCall, target); in iterate()
1465 …glDrawElements(GL_TRIANGLE_STRIP, m_numVerticesPerDrawCall, GL_UNSIGNED_SHORT, &m_vertexIndices[0]… in iterate()
DglsLongStressCase.hpp327 std::vector<deUint16> m_vertexIndices; member in deqp::gls::LongStressCase