Lines Matching refs:caseName
1695 ostringstream caseName; in init() local
1700 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1702 …linearCaseGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, … in init()
1723 ostringstream caseName; in init() local
1728 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1730 …fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init()
1756 ostringstream caseName; in init() local
1761 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1763 …fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataTyp… in init()
1788 ostringstream caseName; in init() local
1793 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision); in init()
1795 …caseGroup->addChild(new TextureDerivateCase(m_context, caseName.str().c_str(), "", function, dataT… in init()