Searched refs:subFboGroup (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 1398 …tcu::TestCaseGroup* subFboGroup = new tcu::TestCaseGroup(m_testCtx, "sub", "Invalidating subsectio… in init() local 1399 addChild(subFboGroup); in init() 1401 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_none", "", GL_RGBA8… in init() 1402 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_color", "", GL_RGBA… in init() 1403 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_depth", "", GL_RGBA… in init() 1404 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_stencil", "", GL_RGB… in init() 1405 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_depth_stencil", "", G… in init() 1406 …subFboGroup->addChild(new InvalidateSubFboRenderCase (m_context, "render_all", "", GL_RGBA8,… in init() 1408 …subFboGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, "unbind_read_color", "", G… in init() 1409 …subFboGroup->addChild(new InvalidateSubFboUnbindReadCase(m_context, "unbind_read_depth", "", G… in init() [all …]
|