Searched refs:DynamicStateVPTests (Results 1 – 3 of 3) sorted by relevance
35 class DynamicStateVPTests : public tcu::TestCaseGroup class38 DynamicStateVPTests (tcu::TestContext& testCtx);39 ~DynamicStateVPTests (void);43 DynamicStateVPTests (const DynamicStateVPTests& other);44 DynamicStateVPTests& operator= (const DynamicStateVPTests& other);
361 DynamicStateVPTests::DynamicStateVPTests (tcu::TestContext& testCtx) in DynamicStateVPTests() function in vkt::DynamicState::DynamicStateVPTests367 DynamicStateVPTests::~DynamicStateVPTests () in ~DynamicStateVPTests()371 void DynamicStateVPTests::init (void) in init()
46 group->addChild(new DynamicStateVPTests(testCtx)); in createChildren()