Lines Matching refs:modeGroup
1015 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1016 singleStructGroup->addChild(modeGroup); in init()
1031 …modeGroup->addChild(new BlockSingleStructCase(m_context, caseName.c_str(), "", caseFlags, bufferMo… in init()
1044 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1045 singleStructArrayGroup->addChild(modeGroup); in init()
1060 …modeGroup->addChild(new BlockSingleStructArrayCase(m_context, baseName.c_str(), "", baseFlags, buf… in init()
1073 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1074 singleNestedStructGroup->addChild(modeGroup); in init()
1089 …modeGroup->addChild(new BlockSingleNestedStructCase(m_context, baseName.c_str(), "", baseFlags, bu… in init()
1102 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1103 singleNestedStructArrayGroup->addChild(modeGroup); in init()
1118 …modeGroup->addChild(new BlockSingleNestedStructArrayCase(m_context, baseName.c_str(), "", baseFlag… in init()
1131 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1132 singleStructArrayGroup->addChild(modeGroup); in init()
1147 …modeGroup->addChild(new BlockUnsizedStructArrayCase(m_context, baseName.c_str(), "", baseFlags, bu… in init()
1160 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1161 structArrayGroup->addChild(modeGroup); in init()
1176 …modeGroup->addChild(new Block2LevelUnsizedStructArrayCase(m_context, baseName.c_str(), "", baseFla… in init()
1189 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1190 singleNestedStructArrayGroup->addChild(modeGroup); in init()
1205 …modeGroup->addChild(new BlockUnsizedNestedStructArrayCase(m_context, baseName.c_str(), "", baseFla… in init()
1249 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1250 multiBasicTypesGroup->addChild(modeGroup); in init()
1262 …modeGroup->addChild(new BlockMultiBasicTypesCase(m_context, baseName.c_str(), "", baseFlags, baseF… in init()
1275 tcu::TestCaseGroup* modeGroup = new tcu::TestCaseGroup(m_testCtx, bufferModes[modeNdx].name, ""); in init() local
1276 multiNestedStructGroup->addChild(modeGroup); in init()
1288 …modeGroup->addChild(new BlockMultiNestedStructCase(m_context, baseName.c_str(), "", baseFlags, bas… in init()