Searched refs:windowGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 294 tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "window", "Window surfaces"); in init() local 295 addChild(windowGroup); in init() 304 …windowGroup->addChild(new CreateWindowSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init() 339 …tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "platform_window", "Window sur… in init() local 340 addChild(windowGroup); in init() 349 …windowGroup->addChild(new CreateWindowSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
|
D | teglQuerySurfaceTests.cpp | 696 tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "window", "Window surfaces"); in init() local 697 simpleGroup->addChild(windowGroup); in init() 706 …windowGroup->addChild(new QuerySurfaceSimpleWindowCase(m_eglTestCtx, i->getName(), i->getDescripti… in init() 747 tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "window", "Window surfaces"); in init() local 748 setAttributeGroup->addChild(windowGroup); in init() 757 …windowGroup->addChild(new SurfaceAttribWindowCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
|
D | teglNativeCoordMappingTests.cpp | 648 …TestCaseGroup* windowGroup = new TestCaseGroup(m_eglTestCtx, "native_window", "Tests for mapping c… in init() local 649 addTestGroups(m_eglTestCtx, windowGroup, NativeCoordMappingCase::NATIVETYPE_WINDOW); in init() 650 addChild(windowGroup); in init()
|
D | teglNativeColorMappingTests.cpp | 612 …TestCaseGroup* windowGroup = new TestCaseGroup(m_eglTestCtx, "native_window", "Tests for mapping c… in init() local 613 addTestGroups(m_eglTestCtx, windowGroup, NativeColorMappingCase::NATIVETYPE_WINDOW); in init() 614 addChild(windowGroup); in init()
|