Home
last modified time | relevance | path

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

/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp198 …de::MovePtr<tcu::TestCaseGroup> debugMarkerGroup (new tcu::TestCaseGroup(context.getTestContext(),… in createDebugMarkerTests() local
200 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()