Searched refs:IndexedCase (Results 1 - 3 of 3) sorted by relevance
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fVertexAttributeBindingStateQueryTests.cpp | 224 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::__anon30966::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(contex in VertexBindingOffsetCase() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/ |
H A D | vktBasicDrawTests.cpp | 1535 typedef DrawTestCase<DrawIndexedParams> IndexedCase; typedef 1607 testGroup->addChild(new IndexedCase(testCtx, name.c_str(), in populateSubGroup()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/ |
H A D | vktBasicDrawTests.cpp | 1486 typedef DrawTestCase<DrawIndexedParams> IndexedCase; typedef 1558 testGroup->addChild(new IndexedCase(testCtx, name.c_str(), "vkCmdDrawIndexed testcase.", in populateSubGroup()
|
Completed in 7 milliseconds