Searched defs:m_indexType (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp97 inline IndexType getIndexType (void) const { return m_indexType; }
103 const IndexType m_indexType; member in class:rr::PrimitiveList
/external/deqp/modules/gles2/functional/
H A Des2fDrawTests.cpp122 gls::DrawTestSpec::IndexType m_indexType; member in class:deqp::gles2::Functional::__anon19874::AttributeGroup
130 , m_indexType (indexType)
150 spec.indexType = m_indexType;
185 spec.indexType = m_indexType;
231 spec.indexType = m_indexType;
/external/deqp/modules/gles3/functional/
H A Des3fPrimitiveRestartTests.cpp107 // 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; member in class:deqp::gles3::Functional::PrimitiveRestartCase
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...]
H A Des3fDrawTests.cpp152 gls::DrawTestSpec::IndexType m_indexType; member in class:deqp::gles3::Functional::__anon20003::AttributeGroup
160 , m_indexType (indexType)
186 spec.indexType = m_indexType;
221 spec.indexType = m_indexType;
267 spec.indexType = m_indexType;
327 spec.indexType = m_indexType;
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp243 gls::DrawTestSpec::IndexType m_indexType; member in class:deqp::gles31::Functional::__anon20263::AttributeGroup
251 , m_indexType (indexType)
271 spec.indexType = m_indexType;
307 spec.indexType = m_indexType;
354 spec.indexType = m_indexType;
415 spec.indexType = m_indexType;

Completed in 431 milliseconds