Searched refs:debugMarkerGroup (Results 1 – 1 of 1) sorted by relevance
198 …de::MovePtr<tcu::TestCaseGroup> debugMarkerGroup (new tcu::TestCaseGroup(context.getTestContext(),… in createDebugMarkerTests() local200 debugMarkerGroup->addChild(new IsSupportedCase (context)); in createDebugMarkerTests()201 debugMarkerGroup->addChild(new RandomCase (context)); in createDebugMarkerTests()202 debugMarkerGroup->addChild(new InvalidCase (context)); in createDebugMarkerTests()204 return debugMarkerGroup.release(); in createDebugMarkerTests()