Home
last modified time | relevance | path

Searched refs:FragmentDiscardTestCase (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderFramebufferFetchTests.cpp1042 class FragmentDiscardTestCase : public FramebufferFetchTestCase class
1045FragmentDiscardTestCase (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::FragmentDiscardTestCase
1061 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()