H A D | es3fShaderDerivateTests.cpp | 1841 tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, s_fboConfigs[caseNdx].name, "Derivate usage when rendering into FBO"); in init() member in deqp::gles3::Functional::tcu 1845 functionGroup->addChild(fboGroup); in init() 1861 fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataType, precision, hint, surfaceType, numSamples, source)); in init() 1876 tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, s_hintFboConfigs[fboCaseNdx].name, ""); in init() member in deqp::gles3::Functional::tcu 1879 hintGroup->addChild(fboGroup); in init() 1894 fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataType, precision, hint, surfaceType, numSamples, source)); in init()
|