Searched refs:fboGroup (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles3/functional/ |
D | es3fShaderDerivateTests.cpp | 1710 …tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, s_fboConfigs[caseNdx].name… in init() local 1714 functionGroup->addChild(fboGroup); in init() 1730 …fboGroup->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() 1763 …fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init()
|
D | es3fRasterizationTests.cpp | 2352 …tcu::TestCaseGroup* const fboGroup = new tcu::TestCaseGroup(m_testCtx, "fbo", "Test using framebuf… in init() local 2353 addChild(fboGroup); in init() 2362 fboGroup->addChild(colorAttachmentGroup); in init()
|