Searched refs:pbufferGroup (Results 1 – 4 of 4) sorted by relevance
/external/deqp/modules/egl/ |
D | teglQuerySurfaceTests.cpp | 726 …tcu::TestCaseGroup* pbufferGroup = new tcu::TestCaseGroup(m_testCtx, "pbuffer", "Pbuffer surfaces"… in init() local 727 simpleGroup->addChild(pbufferGroup); in init() 736 …pbufferGroup->addChild(new QuerySurfaceSimplePbufferCase(m_eglTestCtx, i->getName(), i->getDescrip… in init() 777 …tcu::TestCaseGroup* pbufferGroup = new tcu::TestCaseGroup(m_testCtx, "pbuffer", "Pbuffer surfaces"… in init() local 778 setAttributeGroup->addChild(pbufferGroup); in init() 787 …pbufferGroup->addChild(new SurfaceAttribPbufferCase(m_eglTestCtx, i->getName(), i->getDescription(… in init()
|
D | teglCreateSurfaceTests.cpp | 383 …tcu::TestCaseGroup* pbufferGroup = new tcu::TestCaseGroup(m_testCtx, "pbuffer", "Pbuffer surfaces"… in init() local 384 addChild(pbufferGroup); in init() 393 …pbufferGroup->addChild(new CreatePbufferSurfaceCase(m_eglTestCtx, i->getName(), i->getDescription(… in init()
|
D | teglNativeColorMappingTests.cpp | 624 …TestCaseGroup* pbufferGroup = new TestCaseGroup(m_eglTestCtx, "pbuffer_to_native_pixmap", "Tests f… in init() local 625 …addTestGroups(m_eglTestCtx, pbufferGroup, NativeColorMappingCase::NATIVETYPE_PBUFFER_COPY_TO_PIXMA… in init() 626 addChild(pbufferGroup); in init()
|
D | teglNativeCoordMappingTests.cpp | 660 …TestCaseGroup* pbufferGroup = new TestCaseGroup(m_eglTestCtx, "pbuffer_to_native_pixmap", "Tests f… in init() local 661 …addTestGroups(m_eglTestCtx, pbufferGroup, NativeCoordMappingCase::NATIVETYPE_PBUFFER_COPY_TO_PIXMA… in init() 662 addChild(pbufferGroup); in init()
|