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);
64 group->addChild(new IndirectDrawTests (testCtx)); in createChildren()
1000 IndirectDrawTests::IndirectDrawTests (tcu::TestContext& testCtx) in IndirectDrawTests() function in vkt::Draw::IndirectDrawTests1006 IndirectDrawTests::~IndirectDrawTests (void) {} in ~IndirectDrawTests()1009 void IndirectDrawTests::init (void) in init()