Home
last modified time | relevance | path

Searched refs:resizeGroup (Results 1 - 3 of 3) sorted by relevance

/third_party/vk-gl-cts/modules/egl/
H A DteglSwapBuffersWithDamageTests.cpp799 TestCaseGroup* const resizeGroup = new TestCaseGroup(m_eglTestCtx, generateResizeGroupName(resizeType).c_str(), ""); in init() local
804 resizeGroup->addChild(new SwapBuffersWithDamageTest(m_eglTestCtx, frameDrawTypes[drawTypeNdx], 4, resizeType, name.c_str(), "")); in init()
810 resizeGroup->addChild(new SwapBuffersWithDamageAndPreserveBufferTest(m_eglTestCtx, frameDrawTypes[drawTypeNdx], 4, resizeType, name.c_str(), "")); in init()
816 resizeGroup->addChild(new SwapBuffersWithDamageAndBufferAgeTest(m_eglTestCtx, frameDrawTypes[drawTypeNdx], 4, resizeType, name.c_str(), "")); in init()
819 addChild(resizeGroup); in init()
H A DteglBufferAgeTests.cpp772 TestCaseGroup* const resizeGroup = new TestCaseGroup(m_eglTestCtx, generateResizeGroupName(resizeType).c_str(), ""); in init() local
782 resizeGroup->addChild(new BufferAgeTest(m_eglTestCtx, preserve, oddFrameDrawType, evenFrameDrawType, BufferAgeTest::RESIZETYPE_NONE, name.c_str(), "")); in init()
786 preserveGroup->addChild(resizeGroup); in init()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fFboRenderTest.cpp1622 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()

Completed in 10 milliseconds