Searched refs:IndirectDrawTests (Results 1 – 3 of 3) sorted by relevance
33 class IndirectDrawTests : public tcu::TestCaseGroup class36 IndirectDrawTests (tcu::TestContext &testCtx);37 ~IndirectDrawTests (void);41 IndirectDrawTests (const IndirectDrawTests &other);42 IndirectDrawTests& operator= (const IndirectDrawTests &other);
520 IndirectDrawTests::IndirectDrawTests (tcu::TestContext &testCtx) in IndirectDrawTests() function in vkt::Draw::IndirectDrawTests526 IndirectDrawTests::~IndirectDrawTests (void) {} in ~IndirectDrawTests()529 void IndirectDrawTests::init (void) in init()
46 group->addChild(new IndirectDrawTests(testCtx)); in createChildren()