Home
last modified time | relevance | path

Searched refs:DynamicStateCBTests (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/dynamic_state/
DvktDynamicStateCBTests.hpp35 class DynamicStateCBTests : public tcu::TestCaseGroup class
38 DynamicStateCBTests (tcu::TestContext& testCtx);
39 ~DynamicStateCBTests (void);
43 DynamicStateCBTests (const DynamicStateCBTests &other);
44 DynamicStateCBTests& operator= (const DynamicStateCBTests &other);
DvktDynamicStateCBTests.cpp157 DynamicStateCBTests::DynamicStateCBTests (tcu::TestContext& testCtx) in DynamicStateCBTests() function in vkt::DynamicState::DynamicStateCBTests
163 DynamicStateCBTests::~DynamicStateCBTests (void) {} in ~DynamicStateCBTests()
165 void DynamicStateCBTests::init (void) in init()
DvktDynamicStateTests.cpp50 group->addChild(new DynamicStateCBTests(testCtx)); in createChildren()