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