Lines Matching refs:BlendingCase
1832 class BlendingCase : public FramebufferRenderCase class
1835 …BlendingCase (Context& context, const char* name, const char* desc, FramebufferRenderCase::Frame…
1836 ~BlendingCase (void);
1847 BlendingCase::BlendingCase (Context& context, const char* name, const char* desc, FramebufferRender… in BlendingCase() function in deqp::gles3::Stress::__anonc3de246b0111::BlendingCase
1852 BlendingCase::~BlendingCase (void) in ~BlendingCase()
1857 void BlendingCase::testFBO (void) in testFBO()
2022 void BlendingCase::drawTestImage (tcu::PixelBufferAccess dst, GLuint uColorLoc, int maxVertexIndex) in drawTestImage()
2052 std::string BlendingCase::genVertexSource (void) const in genVertexSource()
2063 std::string BlendingCase::genFragmentSource (void) const in genFragmentSource()
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()