Lines Matching refs:framebufferGroup
2090 …tcu::TestCaseGroup* const framebufferGroup = new tcu::TestCaseGroup(m_testCtx, "framebuffer", "Tes… in init() local
2126 …framebufferGroup->addChild(new OutputCase (m_context, "write_default", "write special floating … in init()
2127 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgba4", "write special floating p… in init()
2128 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgb5_a1", "write special floating … in init()
2129 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgb565", "write special floating … in init()
2130 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgba8", "write special floating p… in init()
2131 …framebufferGroup->addChild(new OutputCase (m_context, "write_rgb10_a2", "write special floating… in init()
2132 …framebufferGroup->addChild(new OutputCase (m_context, "write_float16", "write special floating … in init()
2133 …framebufferGroup->addChild(new OutputCase (m_context, "write_float32", "write special floating … in init()
2135 …framebufferGroup->addChild(new BlendingCase (m_context, "blend_default", "blend special floatin… in init()
2136 …framebufferGroup->addChild(new BlendingCase (m_context, "blend_rgba8", "blend special floating… in init()
2137 …framebufferGroup->addChild(new BlendingCase (m_context, "blend_float16", "blend special floatin… in init()
2139 addChild(framebufferGroup); in init()