HomeSort by relevance Sort by last modified time
    Searched refs:DRAWTYPE_INDEXED_USER_PTR (Results 1 - 6 of 6) sorted by null

  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 51 DRAWTYPE_INDEXED_USER_PTR, //!< glDrawElements(), indices from user pointer.
glsStateChangePerfTestCases.cpp 228 if (m_drawType == DRAWTYPE_INDEXED_USER_PTR)
633 case DRAWTYPE_INDEXED_USER_PTR: gl.drawElements(GL_TRIANGLES, m_triangleCount * 3, GL_UNSIGNED_SHORT, &m_indices[0]); break;
  /external/deqp/modules/gles2/performance/
es2pRedundantStateChangeTests.cpp 64 DRAWTYPE_INDEXED_USER_PTR), drawCallCount, triangleCount)
    [all...]
es2pStateChangeTests.cpp 65 DRAWTYPE_INDEXED_USER_PTR), drawCallCount, triangleCount)
    [all...]
  /external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp 64 DRAWTYPE_INDEXED_USER_PTR), drawCallCount, triangleCount)
    [all...]
es3pStateChangeTests.cpp 65 DRAWTYPE_INDEXED_USER_PTR), drawCallCount, triangleCount)
    [all...]

Completed in 178 milliseconds