Home
last modified time | relevance | path

Searched refs:IndirectDrawTests (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/draw/
DvktDrawIndirectTest.hpp33 class IndirectDrawTests : public tcu::TestCaseGroup class
36 IndirectDrawTests (tcu::TestContext &testCtx);
37 ~IndirectDrawTests (void);
41 IndirectDrawTests (const IndirectDrawTests &other);
42 IndirectDrawTests& operator= (const IndirectDrawTests &other);
DvktDrawIndirectTest.cpp520 IndirectDrawTests::IndirectDrawTests (tcu::TestContext &testCtx) in IndirectDrawTests() function in vkt::Draw::IndirectDrawTests
526 IndirectDrawTests::~IndirectDrawTests (void) {} in ~IndirectDrawTests()
529 void IndirectDrawTests::init (void) in init()
DvktDrawTests.cpp46 group->addChild(new IndirectDrawTests(testCtx)); in createChildren()