Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/egl/
DteglCreateSurfaceTests.cpp369 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init() local
370 addChild(pixmapGroup); in init()
379pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
414 …tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "platform_ext_pixmap", "Pixmap… in init() local
415 addChild(pixmapGroup); in init()
424pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
444 …tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "platform_pixmap", "Pixmap sur… in init() local
445 addChild(pixmapGroup); in init()
454pixmapGroup->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()
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()
DteglNativeColorMappingTests.cpp619 …TestCaseGroup* pixmapGroup = new TestCaseGroup(m_eglTestCtx, "native_pixmap", "Tests for mapping c… in init() local
620 addTestGroups(m_eglTestCtx, pixmapGroup, NativeColorMappingCase::NATIVETYPE_PIXMAP); in init()
621 addChild(pixmapGroup); in init()