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

  /external/deqp/framework/referencerenderer/
rrRenderer.hpp 99 inline IndexType getIndexType (void) const { return m_indexType; }
105 const IndexType m_indexType;
  /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/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/modules/gles31/functional/
es31fDrawElementsBaseVertexTests.cpp 608 gls::DrawTestSpec::IndexType m_indexType;
616 , m_indexType (indexType)
636 spec.indexType = m_indexType;
672 spec.indexType = m_indexType;
719 spec.indexType = m_indexType;
780 spec.indexType = m_indexType;
es31fDrawTests.cpp 241 gls::DrawTestSpec::IndexType m_indexType;
249 , m_indexType (indexType)
269 spec.indexType = m_indexType;
305 spec.indexType = m_indexType;
352 spec.indexType = m_indexType;
413 spec.indexType = m_indexType;
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 89 VkIndexType m_indexType;
152 VkIndexType m_indexType;
216 , m_indexType (indexType)
225 createBufferData(m_primitiveTopology, m_primitiveCount, m_indexType, indexBufferData, vertexBufferData);
227 return new InputAssemblyInstance(context, m_primitiveTopology, m_testPrimitiveRestart, m_indexType, indexBufferData, vertexBufferData);
916 , m_indexType (indexType)
    [all...]
vktPipelinePushConstantTests.cpp 127 const IndexType m_indexType;
158 const IndexType m_indexType;
205 , m_indexType (indexType)
216 return new PushConstantGraphicsTestInstance(context, m_rangeCount, m_pushConstantRange, m_multipleUpdate, m_indexType);
258 switch (m_indexType)
309 switch (m_indexType)
463 switch (m_indexType)
601 , m_indexType (indexType)
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/
vkrenderframework.h 233 VkIndexType m_indexType;

Completed in 1476 milliseconds