Lines Matching refs:OutputCase
1292 class OutputCase : public FramebufferRenderCase class
1295 …OutputCase (Context& context, const char* name, const char* desc, FramebufferRenderCase::FrameB…
1296 ~OutputCase (void);
1305 OutputCase::OutputCase (Context& context, const char* name, const char* desc, FramebufferRenderCase… in OutputCase() function in deqp::gles2::Stress::__anonc37841890111::OutputCase
1310 OutputCase::~OutputCase (void) in ~OutputCase()
1315 void OutputCase::testFBO (void) in testFBO()
1434 std::string OutputCase::genVertexSource (void) const in genVertexSource()
1446 std::string OutputCase::genFragmentSource (void) const in genFragmentSource()
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()