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