Searched refs:pixmapGroup (Results 1 – 4 of 4) sorted by relevance
/third_party/vk-gl-cts/modules/egl/ |
D | teglCreateSurfaceTests.cpp | 369 tcu::TestCaseGroup* pixmapGroup = new tcu::TestCaseGroup(m_testCtx, "pixmap", "Pixmap surfaces"); in init() local 370 addChild(pixmapGroup); in init() 379 …pixmapGroup->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() 424 …pixmapGroup->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() 454 …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 | 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()
|
D | teglNativeColorMappingTests.cpp | 619 …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()
|