Lines Matching defs:caseName
1826 ostringstream caseName;
1831 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision);
1833 linearCaseGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataType, precision, hint, surfaceType, numSamples, source));
1854 ostringstream caseName;
1859 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision);
1861 fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataType, precision, hint, surfaceType, numSamples, source));
1887 ostringstream caseName;
1892 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision);
1894 fboGroup->addChild(new LinearDerivateCase(m_context, caseName.str().c_str(), "", function, dataType, precision, hint, surfaceType, numSamples, source));
1919 ostringstream caseName;
1924 caseName << glu::getDataTypeName(dataType) << "_" << glu::getPrecisionName(precision);
1926 caseGroup->addChild(new TextureDerivateCase(m_context, caseName.str().c_str(), "", function, dataType, precision, hint, surfaceType, numSamples));