Lines Matching defs:collectionTestGroup
2162 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), "");
2163 infoQueryGroup->addChild(collectionTestGroup);
2174 collectionTestGroup->addChild(new UniformInfoQueryCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection));
2226 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), "");
2227 checkMethodGroup->addChild(collectionTestGroup);
2253 collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2290 TestCaseGroup* collectionTestGroup = DE_NULL;
2321 if (!collectionTestGroup)
2323 collectionTestGroup = new TestCaseGroup(m_context, collectionGroupName.c_str(), "");
2324 checkMethodGroup->addChild(collectionTestGroup);
2327 collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,
2366 TestCaseGroup* const collectionTestGroup = new TestCaseGroup(m_context, collectionGroup.name.c_str(), "");
2367 curArrayAssignGroup->addChild(collectionTestGroup);
2378 collectionTestGroup->addChild(new UniformValueCase(m_context, name.c_str(), "", (CaseShaderType)shaderType, uniformCollection,