Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1823 …tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, s_fboConfigs[caseNdx].name… in init() local
1827 functionGroup->addChild(fboGroup); in init()
1843fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init()
1858 …tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, s_hintFboConfigs[fboCaseNd… in init() local
1861 hintGroup->addChild(fboGroup); in init()
1876fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init()
Des3fRasterizationTests.cpp2356 …tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, "fbo", "Test using framebuf… in init() local
2357 addChild(fboGroup); in init()
2366 fboGroup->addChild(colorAttachmentGroup); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1919 …de::MovePtr<tcu::TestCaseGroup> fboGroup (new tcu::TestCaseGroup(m_testCtx, s_fboConfigs[caseNdx]… in init() local
1937fboGroup->addChild(new LinearDerivateCase(m_testCtx, caseName.str(), "", function, dataType, preci… in init()
1941 functionGroup->addChild(fboGroup.release()); in init()