Searched refs:DynamicStateCBTests (Results 1 – 3 of 3) sorted by relevance
35 class DynamicStateCBTests : public tcu::TestCaseGroup class38 DynamicStateCBTests (tcu::TestContext& testCtx);39 ~DynamicStateCBTests (void);43 DynamicStateCBTests (const DynamicStateCBTests &other);44 DynamicStateCBTests& operator= (const DynamicStateCBTests &other);
157 DynamicStateCBTests::DynamicStateCBTests (tcu::TestContext& testCtx) in DynamicStateCBTests() function in vkt::DynamicState::DynamicStateCBTests163 DynamicStateCBTests::~DynamicStateCBTests (void) {} in ~DynamicStateCBTests()165 void DynamicStateCBTests::init (void) in init()
50 group->addChild(new DynamicStateCBTests(testCtx)); in createChildren()