Searched refs:FragmentDiscardTestCase (Results 1 – 1 of 1) sorted by relevance
1042 class FragmentDiscardTestCase : public FramebufferFetchTestCase class1045 … FragmentDiscardTestCase (Context& context, const char* name, const char* desc, deUint32 format);1046 ~FragmentDiscardTestCase (void) {} in ~FragmentDiscardTestCase()1056 FragmentDiscardTestCase::FragmentDiscardTestCase (Context& context, const char* name, const char* d… in FragmentDiscardTestCase() function in deqp::gles31::Functional::__anon72c99c7e0111::FragmentDiscardTestCase1061 glu::ProgramSources FragmentDiscardTestCase::genShaderSources (void) in genShaderSources()1084 void FragmentDiscardTestCase::genFramebufferWithGrid (const tcu::Vec4& fbColorEven, const tcu::Vec4… in genFramebufferWithGrid()1103 tcu::TextureLevel FragmentDiscardTestCase::genReferenceTexture (const tcu::Vec4& fbColorEven, const… in genReferenceTexture()1111 FragmentDiscardTestCase::IterateResult FragmentDiscardTestCase::iterate (void) in iterate()1359 …basicTestGroup->addChild(new FragmentDiscardTestCase (m_context, "fragment_discard", "Framebu… in init()