Lines Matching refs:modeGroup
1653 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1655 basicTypeGroup->addChild(modeGroup); in init()
1661 modeGroup->addChild(primitiveGroup); in init()
1687 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1689 arrayGroup->addChild(modeGroup); in init()
1695 modeGroup->addChild(primitiveGroup); in init()
1721 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1723 arrayElemGroup->addChild(modeGroup); in init()
1729 modeGroup->addChild(primitiveGroup); in init()
1756 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, interpModes[modeNdx].name, ""); in init() local
1758 interpolationGroup->addChild(modeGroup); in init()
1769 …modeGroup->addChild(new BasicTypeCase(m_context, name.c_str(), "", bufferModes[bufferMode].mode, p… in init()
1783 …tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[bufferModeNdx].name,… in init() local
1785 randomGroup->addChild(modeGroup); in init()
1791 modeGroup->addChild(primitiveGroup); in init()