Home | History | Annotate | Download | only in functional

Lines Matching refs:innerGroup

1870 		TestCaseGroup* innerGroup = DE_NULL;
1882 if (!innerGroup || (string(innerGroup->getName()) != funcInfo.caseName))
1885 innerGroup = new TestCaseGroup(m_context, funcInfo.caseName, groupDesc.c_str());
1886 outerGroup->addChild(innerGroup);
2027 innerGroup->addChild(new ShaderOperatorCase(m_context, name.c_str(), desc.c_str(), isVertexCase, evalFunc, shaderOp, shaderSpec));