Home
last modified time | relevance | path

Searched refs:IndexedCase (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fVertexAttributeBindingStateQueryTests.cpp224 class IndexedCase : public TestCase class
227 IndexedCase (Context& context, const char* name, const char* desc, QueryType verifier);
236 IndexedCase::IndexedCase (Context& context, const char* name, const char* desc, QueryType verifier) in IndexedCase() function in deqp::gles31::Functional::__anon499156650111::IndexedCase
242 IndexedCase::IterateResult IndexedCase::iterate (void) in iterate()
252 class VertexBindingDivisorCase : public IndexedCase
260 : IndexedCase(context, name, desc, verifier) in VertexBindingDivisorCase()
329 class VertexBindingOffsetCase : public IndexedCase
337 : IndexedCase(context, name, desc, verifier) in VertexBindingOffsetCase()
407 class VertexBindingStrideCase : public IndexedCase
415 : IndexedCase(context, name, desc, verifier) in VertexBindingStrideCase()
[all …]
/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktBasicDrawTests.cpp1112 typedef DrawTestCase<DrawIndexedParams> IndexedCase; typedef
1176 testGroup->addChild(new IndexedCase(testCtx, name.c_str(), "vkCmdDrawIndexed testcase.", in populateSubGroup()