Searched refs:framebufferGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/stress/ |
D | es2sSpecialFloatTests.cpp | 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() [all …]
|
/external/deqp/modules/gles3/stress/ |
D | es3sSpecialFloatTests.cpp | 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() [all …]
|