Searched refs:DynamicStateClearTests (Results 1 – 6 of 6) sorted by relevance
37 class DynamicStateClearTests : public tcu::TestCaseGroup class40 …DynamicStateClearTests (tcu::TestContext& testCtx, vk::PipelineConstructionType pipelineConstructi…41 ~DynamicStateClearTests (void);45 DynamicStateClearTests (const DynamicStateClearTests& other);46 DynamicStateClearTests& operator= (const DynamicStateClearTests& other);
405 DynamicStateClearTests::DynamicStateClearTests (tcu::TestContext& testCtx, vk::PipelineConstruction… in DynamicStateClearTests() function in vkt::DynamicState::DynamicStateClearTests412 DynamicStateClearTests::~DynamicStateClearTests() in ~DynamicStateClearTests()416 void DynamicStateClearTests::init (void) in init()
56 group->addChild(new DynamicStateClearTests (testCtx, pipelineConstructionType)); in createChildren()