Searched refs:resizeGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/egl/ |
D | teglSwapBuffersWithDamageTests.cpp | 799 …TestCaseGroup* const resizeGroup = new TestCaseGroup(m_eglTestCtx, generateResizeGroupName(resizeT… in init() local 804 …resizeGroup->addChild(new SwapBuffersWithDamageTest(m_eglTestCtx, frameDrawTypes[drawTypeNdx], 4, … in init() 810 …resizeGroup->addChild(new SwapBuffersWithDamageAndPreserveBufferTest(m_eglTestCtx, frameDrawTypes[… in init() 816 …resizeGroup->addChild(new SwapBuffersWithDamageAndBufferAgeTest(m_eglTestCtx, frameDrawTypes[drawT… in init() 819 addChild(resizeGroup); in init()
|
D | teglBufferAgeTests.cpp | 767 …TestCaseGroup* const resizeGroup = new TestCaseGroup(m_eglTestCtx, generateResizeGroupName(resiz… in init() local 777 …resizeGroup->addChild(new BufferAgeTest(m_eglTestCtx, preserve, oddFrameDrawType, evenFrameDrawTyp… in init() 781 preserveGroup->addChild(resizeGroup); in init()
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 1622 tcu::TestCaseGroup* resizeGroup = new tcu::TestCaseGroup(m_testCtx, "resize", "FBO resize tests"); in init() local 1623 addChild(resizeGroup); in init() 1632 resizeGroup->addChild(new ResizeTest(m_context, config)); in init() 1653 resizeGroup->addChild(new ResizeTest(m_context, config)); in init()
|