Searched refs:defaultFbGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fFboInvalidateTests.cpp | 1333 …tcu::TestCaseGroup* defaultFbGroup = new tcu::TestCaseGroup(m_testCtx, "default", "Default framebu… in init() local 1334 addChild(defaultFbGroup); in init() 1336 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferRenderCase (m_context, "render_none", … in init() 1337 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferRenderCase (m_context, "render_color", … in init() 1338 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferRenderCase (m_context, "render_depth", … in init() 1339 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferRenderCase (m_context, "render_stencil",… in init() 1340 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferRenderCase (m_context, "render_depth_ste… in init() 1341 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferRenderCase (m_context, "render_all", … in init() 1343 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferBindCase (m_context, "bind_color", "B… in init() 1344 …defaultFbGroup->addChild(new InvalidateDefaultFramebufferBindCase (m_context, "bind_depth", "B… in init() [all …]
|
D | es3fFramebufferBlitTests.cpp | 1077 …tcu::TestCaseGroup* defaultFbGroup = new tcu::TestCaseGroup(m_testCtx, "default_framebuffer", "Bli… in init() local 1078 addChild(defaultFbGroup); in init() 1093 …defaultFbGroup->addChild(new BlitDefaultFramebufferCase(m_context, getFormatName(format), "", form… in init() 1103 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init() 1104 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init() 1109 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init() 1110 …defaultFbGroup->addChild(new DefaultFramebufferBlitCase(m_context, (std::string(getFormatName(form… in init()
|