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

  /external/deqp/modules/gles3/functional/
es3fPrimitiveRestartTests.cpp 107 // Helper functions for handling the appropriate index vector (according to m_indexType).
113 // \note Only one of the following index vectors is used (according to m_indexType).
121 IndexType m_indexType;
134 , m_indexType (indexType)
156 if (m_indexType == INDEX_UNSIGNED_BYTE)
161 else if (m_indexType == INDEX_UNSIGNED_SHORT)
166 else if (m_indexType == INDEX_UNSIGNED_INT)
177 switch (m_indexType)
190 switch (m_indexType)
204 switch (m_indexType)
    [all...]
es3fDrawTests.cpp 152 gls::DrawTestSpec::IndexType m_indexType;
160 , m_indexType (indexType)
186 spec.indexType = m_indexType;
221 spec.indexType = m_indexType;
267 spec.indexType = m_indexType;
327 spec.indexType = m_indexType;
    [all...]
  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 97 inline IndexType getIndexType (void) const { return m_indexType; }
103 const IndexType m_indexType;
rrRenderer.cpp     [all...]
  /external/deqp/modules/gles2/functional/
es2fDrawTests.cpp 122 gls::DrawTestSpec::IndexType m_indexType;
130 , m_indexType (indexType)
150 spec.indexType = m_indexType;
185 spec.indexType = m_indexType;
231 spec.indexType = m_indexType;
  /external/deqp/modules/gles31/functional/
es31fDrawTests.cpp 243 gls::DrawTestSpec::IndexType m_indexType;
251 , m_indexType (indexType)
271 spec.indexType = m_indexType;
307 spec.indexType = m_indexType;
354 spec.indexType = m_indexType;
415 spec.indexType = m_indexType;
    [all...]

Completed in 2311 milliseconds