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

/external/deqp/framework/referencerenderer/
H A DrrRenderer.hpp99 inline IndexType getIndexType (void) const { return m_indexType; }
105 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::__anon4181::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::__anon4308::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/vulkan-validation-layers/tests/
H A Dvkrenderframework.h281 VkIndexType m_indexType; member in class:VkIndexBufferObj
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineInputAssemblyTests.cpp89 VkIndexType m_indexType; member in class:vkt::pipeline::__anon3848::InputAssemblyTest
152 VkIndexType m_indexType; member in class:vkt::pipeline::__anon3848::InputAssemblyInstance
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)
1323 if (m_indexType == VK_INDEX_TYPE_UINT32)
1327 else // m_indexType == VK_INDEX_TYPE_UINT16
1429 vk.cmdBindIndexBuffer(*m_cmdBuffer, *m_indexBuffer, 0, m_indexType);
1502 const bool isRestart = InputAssemblyTest::isRestartIndex(m_indexType, m_indice
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fDrawTests.cpp241 gls::DrawTestSpec::IndexType m_indexType; member in class:deqp::gles31::Functional::__anon4576::AttributeGroup
249 , m_indexType (indexType)
269 spec.indexType = m_indexType;
305 spec.indexType = m_indexType;
352 spec.indexType = m_indexType;
413 spec.indexType = m_indexType;

Completed in 104 milliseconds