Home
last modified time | relevance | path

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

/external/deqp/modules/egl/
DteglCreateSurfaceTests.cpp368 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init() local
369 addChild(pixmapGroup); in init()
378pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
413 …tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "platform_ext_pixmap", "Pixmap… in init() local
414 addChild(pixmapGroup); in init()
423pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
443 …tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "platform_pixmap", "Pixmap sur… in init() local
444 addChild(pixmapGroup); in init()
453pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
DteglQuerySurfaceTests.cpp711 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init() local
712 simpleGroup->addChild(pixmapGroup); in init()
721pixmapGroup->addChild(new QuerySurfaceSimplePixmapCase(m_eglTestCtx, i->getName(), i->getDescripti… in init()
762 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init() local
763 setAttributeGroup->addChild(pixmapGroup); in init()
772pixmapGroup->addChild(new SurfaceAttribPixmapCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
DteglNativeColorMappingTests.cpp618 …TestCaseGroup* pixmapGroup = new TestCaseGroup(m_eglTestCtx, "native_pixmap", "Tests for mapping c… in init() local
619 addTestGroups(m_eglTestCtx, pixmapGroup, NativeColorMappingCase::NATIVETYPE_PIXMAP); in init()
620 addChild(pixmapGroup); in init()
DteglNativeCoordMappingTests.cpp654 …TestCaseGroup* pixmapGroup = new TestCaseGroup(m_eglTestCtx, "native_pixmap", "Tests for mapping c… in init() local
655 addTestGroups(m_eglTestCtx, pixmapGroup, NativeCoordMappingCase::NATIVETYPE_PIXMAP); in init()
656 addChild(pixmapGroup); in init()