Home | History | Annotate | Download | only in functional

Lines Matching refs:innerGroup

1232 		TestCaseGroup* innerGroup = DE_NULL;
1245 if (!innerGroup || (string(innerGroup->getName()) != funcInfo.caseName))
1248 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str());
1249 outerGroup->addChild(innerGroup);
1379 innerGroup->addChild(new ShaderOperatorCase(m_context, name.c_str(), desc.c_str(), isVertexCase, evalFunc, shaderOp.c_str(), shaderSpec));