Searched refs:LastFragDataTestCase (Results 1 – 1 of 1) sorted by relevance
772 class LastFragDataTestCase : public FramebufferFetchTestCase class775 … LastFragDataTestCase (Context& context, const char* name, const char* desc, deUint32 format);776 ~LastFragDataTestCase (void) {}; in ~LastFragDataTestCase()785 LastFragDataTestCase::LastFragDataTestCase (Context& context, const char* name, const char* desc, d… in LastFragDataTestCase() function in deqp::gles31::Functional::__anon72c99c7e0111::LastFragDataTestCase790 glu::ProgramSources LastFragDataTestCase::genShaderSources (void) in genShaderSources()816 tcu::TextureLevel LastFragDataTestCase::genReferenceTexture (const tcu::Vec4& fbColor, const tcu::V… in genReferenceTexture()824 LastFragDataTestCase::IterateResult LastFragDataTestCase::iterate (void) in iterate()1358 …basicTestGroup->addChild(new LastFragDataTestCase (m_context, "last_frag_data", "Framebuffer… in init()