Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fShaderDerivateTests.cpp1710 …tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, s_fboConfigs[caseNdx].name… in init() local
1714 functionGroup->addChild(fboGroup); in init()
1730fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init()
1745 …tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, s_hintFboConfigs[fboCaseNd… in init() local
1748 hintGroup->addChild(fboGroup); in init()
1763fboGroup->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.cpp1794 …de::MovePtr<tcu::TestCaseGroup> fboGroup (new tcu::TestCaseGroup(m_testCtx, s_fboConfigs[caseNdx]… in init() local
1812fboGroup->addChild(new LinearDerivateCase(m_testCtx, caseName.str(), "", function, dataType, preci… in init()
1816 functionGroup->addChild(fboGroup.release()); in init()