Home
last modified time | relevance | path

Searched refs:testGroup (Results 1 – 25 of 191) sorted by relevance

12345678

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
DvktSynchronizationTests.cpp124 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str(),… in createTestsInternal() local
130 testGroup->addChild(createSynchronization2SmokeTests(testCtx)); in createTestsInternal()
131 testGroup->addChild(createSynchronization2TimelineSemaphoreTests(testCtx)); in createTestsInternal()
133 testGroup->addChild(createNoneStageTests(testCtx)); in createTestsInternal()
135 testGroup->addChild(createImageLayoutTransitionTests(testCtx)); in createTestsInternal()
139 testGroup->addChild(createSmokeTests(testCtx)); in createTestsInternal()
140 testGroup->addChild(createTimelineSemaphoreTests(testCtx)); in createTestsInternal()
142 testGroup->addChild(createInternallySynchronizedObjects(testCtx)); in createTestsInternal()
144 testGroup->addChild(createWin32KeyedMutexTest(testCtx)); in createTestsInternal()
145 testGroup->addChild(createGlobalPriorityQueueTests(testCtx)); in createTestsInternal()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
DvktSynchronizationTests.cpp124 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, groupName.first.c_str(),… in createTestsInternal() local
130 testGroup->addChild(createSynchronization2SmokeTests(testCtx)); in createTestsInternal()
131 testGroup->addChild(createSynchronization2TimelineSemaphoreTests(testCtx)); in createTestsInternal()
133 testGroup->addChild(createNoneStageTests(testCtx)); in createTestsInternal()
135 testGroup->addChild(createImageLayoutTransitionTests(testCtx)); in createTestsInternal()
139 testGroup->addChild(createSmokeTests(testCtx)); in createTestsInternal()
140 testGroup->addChild(createTimelineSemaphoreTests(testCtx)); in createTestsInternal()
142 testGroup->addChild(createInternallySynchronizedObjects(testCtx)); in createTestsInternal()
144 testGroup->addChild(createWin32KeyedMutexTest(testCtx)); in createTestsInternal()
145 testGroup->addChild(createGlobalPriorityQueueTests(testCtx)); in createTestsInternal()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
DvktWsiTests.cpp48 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() argument
50 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType); in createTypeSpecificTests()
51 …addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType… in createTypeSpecificTests()
52 …addTestGroup(testGroup, "incremental_present", "Incremental present tests", createIncrementalP… in createTypeSpecificTests()
53 …addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests,… in createTypeSpecificTests()
54 …addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", creat… in createTypeSpecificTests()
55 …addTestGroup(testGroup, "colorspace", "ColorSpace tests", createColorSpaceTests, wsiTy… in createTypeSpecificTests()
56 …addTestGroup(testGroup, "colorspace_compare", "ColorSpace compare tests", createColorspaceCom… in createTypeSpecificTests()
57 …addTestGroup(testGroup, "full_screen_exclusive", "VK_EXT_full_screen_exclusive tests", createFull… in createTypeSpecificTests()
58 …addTestGroup(testGroup, "present_id_wait", "VK_KHR_present_(id|wait) tests", createPresentIdWa… in createTypeSpecificTests()
DvktWsiPresentIdWaitTests.cpp1096 void createPresentIdTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentIdTests() argument
1098testGroup->addChild(new PresentIdWaitCase<PresentIdZeroInstance> (wsiType, testGroup->getTestCont… in createPresentIdTests()
1099testGroup->addChild(new PresentIdWaitCase<PresentIdIncreasingInstance> (wsiType, testGroup->getTes… in createPresentIdTests()
1100testGroup->addChild(new PresentIdWaitCase<PresentIdInterleavedInstance> (wsiType, testGroup->getTe… in createPresentIdTests()
1103 void createPresentWaitTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentWaitTests() argument
1105testGroup->addChild(new PresentIdWaitCase<PresentWaitSingleFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests()
1106testGroup->addChild(new PresentIdWaitCase<PresentWaitPastFrameInstance> (wsiType, testGroup->getT… in createPresentWaitTests()
1107testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFramesInstance> (wsiType, testGroup->getTe… in createPresentWaitTests()
1108testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFrameIdInstance> (wsiType, testGroup->getT… in createPresentWaitTests()
1109testGroup->addChild(new PresentIdWaitCase<PresentWaitFutureFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
DvktWsiTests.cpp48 void createTypeSpecificTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createTypeSpecificTests() argument
50 addTestGroup(testGroup, "surface", "VkSurface Tests", createSurfaceTests, wsiType); in createTypeSpecificTests()
51 …addTestGroup(testGroup, "swapchain", "VkSwapchain Tests", createSwapchainTests, wsiType… in createTypeSpecificTests()
52 …addTestGroup(testGroup, "incremental_present", "Incremental present tests", createIncrementalP… in createTypeSpecificTests()
53 …addTestGroup(testGroup, "display_timing", "Display Timing Tests", createDisplayTimingTests,… in createTypeSpecificTests()
54 …addTestGroup(testGroup, "shared_presentable_image", "VK_KHR_shared_presentable_image tests", creat… in createTypeSpecificTests()
55 …addTestGroup(testGroup, "colorspace", "ColorSpace tests", createColorSpaceTests, wsiTy… in createTypeSpecificTests()
56 …addTestGroup(testGroup, "colorspace_compare", "ColorSpace compare tests", createColorspaceCom… in createTypeSpecificTests()
57 …addTestGroup(testGroup, "full_screen_exclusive", "VK_EXT_full_screen_exclusive tests", createFull… in createTypeSpecificTests()
58 …addTestGroup(testGroup, "present_id_wait", "VK_KHR_present_(id|wait) tests", createPresentIdWa… in createTypeSpecificTests()
DvktWsiPresentIdWaitTests.cpp1096 void createPresentIdTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentIdTests() argument
1098testGroup->addChild(new PresentIdWaitCase<PresentIdZeroInstance> (wsiType, testGroup->getTestCont… in createPresentIdTests()
1099testGroup->addChild(new PresentIdWaitCase<PresentIdIncreasingInstance> (wsiType, testGroup->getTes… in createPresentIdTests()
1100testGroup->addChild(new PresentIdWaitCase<PresentIdInterleavedInstance> (wsiType, testGroup->getTe… in createPresentIdTests()
1103 void createPresentWaitTests (tcu::TestCaseGroup* testGroup, vk::wsi::Type wsiType) in createPresentWaitTests() argument
1105testGroup->addChild(new PresentIdWaitCase<PresentWaitSingleFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests()
1106testGroup->addChild(new PresentIdWaitCase<PresentWaitPastFrameInstance> (wsiType, testGroup->getT… in createPresentWaitTests()
1107testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFramesInstance> (wsiType, testGroup->getTe… in createPresentWaitTests()
1108testGroup->addChild(new PresentIdWaitCase<PresentWaitNoFrameIdInstance> (wsiType, testGroup->getT… in createPresentWaitTests()
1109testGroup->addChild(new PresentIdWaitCase<PresentWaitFutureFrameInstance> (wsiType, testGroup->get… in createPresentWaitTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp585 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "depth_stencil_write_con… in createDepthStencilWriteConditionsTests() local
601testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "",… in createDepthStencilWriteConditionsTests()
602testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix… in createDepthStencilWriteConditionsTests()
603testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + p… in createDepthStencilWriteConditionsTests()
604testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix… in createDepthStencilWriteConditionsTests()
605testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_initialize" + po… in createDepthStencilWriteConditionsTests()
606testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write_initialize… in createDepthStencilWriteConditionsTests()
607testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, "… in createDepthStencilWriteConditionsTests()
608testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_initialize" + postf… in createDepthStencilWriteConditionsTests()
609testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write_initialize" +… in createDepthStencilWriteConditionsTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/renderpass/
DvktRenderPassDepthStencilWriteConditionsTests.cpp585 …de::MovePtr<tcu::TestCaseGroup> testGroup(new tcu::TestCaseGroup(testCtx, "depth_stencil_write_con… in createDepthStencilWriteConditionsTests() local
601testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write" + postfix, "",… in createDepthStencilWriteConditionsTests()
602testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_initialize" + postfix… in createDepthStencilWriteConditionsTests()
603testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_kill_write_initialize" + p… in createDepthStencilWriteConditionsTests()
604testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write" + postfix… in createDepthStencilWriteConditionsTests()
605testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_initialize" + po… in createDepthStencilWriteConditionsTests()
606testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_terminate_write_initialize… in createDepthStencilWriteConditionsTests()
607testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write" + postfix, "… in createDepthStencilWriteConditionsTests()
608testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_initialize" + postf… in createDepthStencilWriteConditionsTests()
609testGroup->addChild(new DepthStencilWriteConditionsTest(testCtx, "depth_demote_write_initialize" +… in createDepthStencilWriteConditionsTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/
DvktInfoTests.cpp241 void createInfoTests (tcu::TestCaseGroup* testGroup) in createInfoTests() argument
243 addFunctionCase(testGroup, "build", "Build Info", logBuildInfo); in createInfoTests()
244 addFunctionCase(testGroup, "device", "Device Info", logDeviceInfo); in createInfoTests()
245 addFunctionCase(testGroup, "platform", "Platform Info", logPlatformInfo); in createInfoTests()
246 addFunctionCase(testGroup, "memory_limits", "Platform Memory Limits", logPlatformMemoryLimits); in createInfoTests()
248 api::createFeatureInfoInstanceTests (testGroup); in createInfoTests()
249 api::createFeatureInfoDeviceTests (testGroup); in createInfoTests()
250 api::createFeatureInfoDeviceGroupTests (testGroup); in createInfoTests()
DvktTestGroupUtil.hpp35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup);
36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup);
73 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
74 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
101 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
102 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/
DvktInfoTests.cpp241 void createInfoTests (tcu::TestCaseGroup* testGroup) in createInfoTests() argument
243 addFunctionCase(testGroup, "build", "Build Info", logBuildInfo); in createInfoTests()
244 addFunctionCase(testGroup, "device", "Device Info", logDeviceInfo); in createInfoTests()
245 addFunctionCase(testGroup, "platform", "Platform Info", logPlatformInfo); in createInfoTests()
246 addFunctionCase(testGroup, "memory_limits", "Platform Memory Limits", logPlatformMemoryLimits); in createInfoTests()
248 api::createFeatureInfoInstanceTests (testGroup); in createInfoTests()
249 api::createFeatureInfoDeviceTests (testGroup); in createInfoTests()
250 api::createFeatureInfoDeviceGroupTests (testGroup); in createInfoTests()
DvktTestGroupUtil.hpp35 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup);
36 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup);
73 typedef void (*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
74 typedef void (*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0);
101 typedef void(*CreateChildrenFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
102 typedef void(*CleanupGroupFunc) (tcu::TestCaseGroup* testGroup, Arg0 arg0, Arg1 arg1);
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawOutputLocationTests.cpp50 void createTests (tcu::TestCaseGroup* testGroup) in createTests() argument
53 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests()
92 testGroup->addChild(array); in createTests()
115 testGroup->addChild(shuffle); in createTests()
125 DE_UNREF(testGroup); in createTests()
DvktDrawScissorTests.cpp705 void createTests (TestCaseGroup* testGroup, const SharedGroupParams groupParams) in createTests() argument
707 TestContext& testCtx = testGroup->getTestContext(); in createTests()
721 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_quads", "", params)); in createTests()
732 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_clears", "", params)); in createTests()
743 testGroup->addChild(new ScissorTestCase(testCtx, "two_static_scissors_one_quad", "", params)); in createTests()
753testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_partially_outside_viewport", "", … in createTests()
763 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_outside_viewport", "", params)); in createTests()
773 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_viewport_border", "", params)); in createTests()
783 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_max_int32", "", params)); in createTests()
796 testGroup->addChild(new ScissorTestCase(testCtx, "16_static_scissors", "", params)); in createTests()
[all …]
DvktDrawShaderInvocationTests.cpp55 void createTests(tcu::TestCaseGroup* testGroup) in createTests() argument
57 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests()
63 testGroup->addChild(testCase); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
DvktDrawOutputLocationTests.cpp50 void createTests (tcu::TestCaseGroup* testGroup) in createTests() argument
53 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests()
92 testGroup->addChild(array); in createTests()
115 testGroup->addChild(shuffle); in createTests()
125 DE_UNREF(testGroup); in createTests()
DvktDrawScissorTests.cpp705 void createTests (TestCaseGroup* testGroup, const SharedGroupParams groupParams) in createTests() argument
707 TestContext& testCtx = testGroup->getTestContext(); in createTests()
721 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_quads", "", params)); in createTests()
732 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_two_clears", "", params)); in createTests()
743 testGroup->addChild(new ScissorTestCase(testCtx, "two_static_scissors_one_quad", "", params)); in createTests()
753testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_partially_outside_viewport", "", … in createTests()
763 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_outside_viewport", "", params)); in createTests()
773 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_viewport_border", "", params)); in createTests()
783 testGroup->addChild(new ScissorTestCase(testCtx, "static_scissor_max_int32", "", params)); in createTests()
796 testGroup->addChild(new ScissorTestCase(testCtx, "16_static_scissors", "", params)); in createTests()
[all …]
DvktDrawShaderInvocationTests.cpp55 void createTests(tcu::TestCaseGroup* testGroup) in createTests() argument
57 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests()
63 testGroup->addChild(testCase); in createTests()
DvktDrawDepthBiasTests.cpp40 void createTests (tcu::TestCaseGroup* testGroup) in createTests() argument
42 tcu::TestContext& testCtx = testGroup->getTestContext(); in createTests()
66 testGroup->addChild(testCase); in createTests()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp412 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_… in createFillUpdateCopyBufferFloatTests() local
413 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferFloatTests()
414 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests()
415 return testGroup.release(); in createFillUpdateCopyBufferFloatTests()
523 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "integer_buffer", desc.… in createFillUpdateCopyBufferIntegerTests() local
524 testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferIntegerTests()
525testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)… in createFillUpdateCopyBufferIntegerTests()
526 return testGroup.release(); in createFillUpdateCopyBufferIntegerTests()
617 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (des… in createFillUpdateCopyBufferUnsignedTests() local
618 testGroup->addChild(staticTests.release()); in createFillUpdateCopyBufferUnsignedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/protected_memory/
DvktProtectedMemFillUpdateCopyBufferTests.cpp412 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "float_buffer", desc.c_… in createFillUpdateCopyBufferFloatTests() local
413 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferFloatTests()
414 testGroup->addChild(createFillUpdateCopyBufferFloatTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)); in createFillUpdateCopyBufferFloatTests()
415 return testGroup.release(); in createFillUpdateCopyBufferFloatTests()
523 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, "integer_buffer", desc.… in createFillUpdateCopyBufferIntegerTests() local
524 testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_PRIMARY)); in createFillUpdateCopyBufferIntegerTests()
525testGroup->addChild(createFillUpdateCopyBufferIntegerTests(testCtx, cmdType, CMD_BUFFER_SECONDARY)… in createFillUpdateCopyBufferIntegerTests()
526 return testGroup.release(); in createFillUpdateCopyBufferIntegerTests()
617 …de::MovePtr<tcu::TestCaseGroup> testGroup (new tcu::TestCaseGroup(testCtx, groupName.c_str(), (des… in createFillUpdateCopyBufferUnsignedTests() local
618 testGroup->addChild(staticTests.release()); in createFillUpdateCopyBufferUnsignedTests()
[all …]
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.hpp35 void createFeatureInfoInstanceTests (tcu::TestCaseGroup* testGroup);
36 void createFeatureInfoDeviceTests (tcu::TestCaseGroup* testGroup);
37 void createFeatureInfoDeviceGroupTests (tcu::TestCaseGroup* testGroup);
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.hpp35 void createFeatureInfoInstanceTests (tcu::TestCaseGroup* testGroup);
36 void createFeatureInfoDeviceTests (tcu::TestCaseGroup* testGroup);
37 void createFeatureInfoDeviceGroupTests (tcu::TestCaseGroup* testGroup);
/third_party/vk-gl-cts/framework/common/
DtcuTestHierarchyIterator.hpp52 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children) = 0;
53 virtual void leaveGroupNode (TestCaseGroup* testGroup) = 0;
69 virtual void enterGroupNode (TestCaseGroup* testGroup, std::vector<TestNode*>& children);
70 virtual void leaveGroupNode (TestCaseGroup* testGroup);
/third_party/vk-gl-cts/executor/
DxeTestCase.cpp391 void TestSet::addGroup (const TestGroup* testGroup) in addGroup() argument
393 addNodeAndParents(m_set, testGroup); in addGroup()
394 addChildren(m_set, testGroup); in addGroup()
418 void TestSet::removeGroup (const TestGroup* testGroup) in removeGroup() argument
420 if (m_set.find(testGroup) != m_set.end()) in removeGroup()
422 m_set.erase(testGroup); in removeGroup()
423 removeChildren(m_set, testGroup); in removeGroup()
424 if (testGroup->getParent() != DE_NULL) in removeGroup()
425 removeEmptyGroups(m_set, testGroup->getParent()); in removeGroup()

12345678