Searched refs:fboGroup (Results 1 – 3 of 3) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1823 …tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, s_fboConfigs[caseNdx].name… in init() local 1827 functionGroup->addChild(fboGroup); in init() 1843 …fboGroup->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() 1876 …fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init()
|
D | es3fRasterizationTests.cpp | 2356 …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/ |
D | vktShaderRenderDerivateTests.cpp | 1919 …de::MovePtr<tcu::TestCaseGroup> fboGroup (new tcu::TestCaseGroup(m_testCtx, s_fboConfigs[caseNdx]… in init() local 1937 …fboGroup->addChild(new LinearDerivateCase(m_testCtx, caseName.str(), "", function, dataType, preci… in init() 1941 functionGroup->addChild(fboGroup.release()); in init()
|