Lines Matching refs:BlendingCase
1466 class BlendingCase : public FramebufferRenderCase class
1469 …BlendingCase (Context& context, const char* name, const char* desc, FramebufferRenderCase::Frame…
1470 ~BlendingCase (void);
1481 BlendingCase::BlendingCase (Context& context, const char* name, const char* desc, FramebufferRender… in BlendingCase() function in deqp::gles2::Stress::__anonc37841890111::BlendingCase
1486 BlendingCase::~BlendingCase (void) in ~BlendingCase()
1491 void BlendingCase::testFBO (void) in testFBO()
1654 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex) in drawTestImage()
1684 std::string BlendingCase::genVertexSource (void) const in genVertexSource()
1694 std::string BlendingCase::genFragmentSource (void) const in genFragmentSource()
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()