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