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