HomeSort by relevance Sort by last modified time
    Searched defs:m_indexType (Results 1 - 8 of 8) 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/external/vulkancts/modules/vulkan/pipeline/
vktPipelineInputAssemblyTests.cpp 92 VkIndexType m_indexType;
155 VkIndexType m_indexType;
217 , m_indexType (indexType)
226 createBufferData(m_primitiveTopology, m_primitiveCount, m_indexType, indexBufferData, vertexBufferData);
228 return new InputAssemblyInstance(context, m_primitiveTopology, m_testPrimitiveRestart, m_indexType, indexBufferData, vertexBufferData);
917 , m_indexType (indexType)
    [all...]
vktPipelinePushConstantTests.cpp 176 const IndexType m_indexType;
251 , m_indexType (indexType)
708 switch (m_indexType)
    [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/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...]

Completed in 433 milliseconds