Searched refs:pixmapGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 368 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init() local 369 addChild(pixmapGroup); in init() 378 …pixmapGroup->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() 423 …pixmapGroup->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() 453 …pixmapGroup->addChild(new CreatePixmapSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
|
D | teglQuerySurfaceTests.cpp | 711 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init() local 712 simpleGroup->addChild(pixmapGroup); in init() 721 …pixmapGroup->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() 772 …pixmapGroup->addChild(new SurfaceAttribPixmapCase(m_eglTestCtx, i->getName(), i->getDescription(),… in init()
|
D | teglNativeColorMappingTests.cpp | 618 …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()
|
D | teglNativeCoordMappingTests.cpp | 654 …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()
|