Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp294 tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "window", "Window surfaces"); in init() local
295 addChild(windowGroup); in init()
304windowGroup->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()
349windowGroup->addChild(new CreateWindowSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
DteglQuerySurfaceTests.cpp696 tcu::TestCaseGroup* windowGroup = new tcu::TestCaseGroup(m_testCtx, "window", "Window surfaces"); in init() local
697 simpleGroup->addChild(windowGroup); in init()
706windowGroup->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()
757windowGroup->addChild(new SurfaceAttribWindowCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
DteglNativeColorMappingTests.cpp612 …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()
DteglNativeCoordMappingTests.cpp648 …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()