Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fInstancedRenderingTests.cpp639 TestCaseGroup* functionGroup = new TestCaseGroup(m_context, functionName, functionDesc); in init() local
640 addChild(functionGroup); in init()
658 functionGroup->addChild(instancingTypeGroup); in init()
Des3fShaderDerivateTests.cpp1664 …tcu::TestCaseGroup* const functionGroup = new tcu::TestCaseGroup(m_testCtx, getDerivateFuncCaseNam… in init() local
1665 addChild(functionGroup); in init()
1670 functionGroup->addChild(constantGroup); in init()
1684 functionGroup->addChild(linearCaseGroup); in init()
1714 functionGroup->addChild(fboGroup); in init()
1741 functionGroup->addChild(hintGroup); in init()
1772 functionGroup->addChild(textureGroup); in init()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderDerivateTests.cpp1748 …de::MovePtr<tcu::TestCaseGroup> functionGroup (new tcu::TestCaseGroup(m_testCtx, getDerivateFuncC… in init() local
1760 functionGroup->addChild(constantGroup.release()); in init()
1788 functionGroup->addChild(linearCaseGroup.release()); in init()
1816 functionGroup->addChild(fboGroup.release()); in init()
1849 functionGroup->addChild(textureGroup.release()); in init()
1852 addChild(functionGroup.release()); in init()