Lines Matching refs:framebufferGroup
1719 …tcu::TestCaseGroup* const framebufferGroup = new tcu::TestCaseGroup(m_testCtx, "framebuffer", "Tes… in init() local
1747 …framebufferGroup->addChild(new OutputCase (m_context, "write_default", "write special floating … in init()
1748 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgba", "write special floating po… in init()
1749 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgba4", "write special floating p… in init()
1750 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgb5_a1", "write special floating … in init()
1751 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgb565", "write special floating … in init()
1752 …framebufferGroup->addChild(new OutputCase (m_context, "write_float16", "write special floating … in init()
1754 …framebufferGroup->addChild(new BlendingCase (m_context, "blend_default", "blend special floatin… in init()
1755 …framebufferGroup->addChild(new BlendingCase (m_context, "blend_rgba", "blend special floating … in init()
1756 …framebufferGroup->addChild(new BlendingCase (m_context, "blend_float16", "blend special floatin… in init()
1758 addChild(framebufferGroup); in init()