Searched refs:getInterpolationName (Results 1 – 4 of 4) sorted by relevance
177 const char* getInterpolationName (Interpolation interpolation) in getInterpolationName() function337 str << getInterpolationName(decl.interpolation) << " "; in operator <<()
192 const char* getInterpolationName (Interpolation interpolation);
854 … msg << "'" << glu::getInterpolationName(getGluInterpolation(params.varyings.vtxInterp)) << "'.\n"; in logParams()862 … msg << "'" << glu::getInterpolationName(getGluInterpolation(params.varyings.frgInterp)) << "'.\n"; in logParams()1615 const string qualName = glu::getInterpolationName(getGluInterpolation(qual)); in describeInterpolation()
83 static const char* getInterpolationName (Interpolation interp) in getInterpolationName() function371 …str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, … in genShaderSources()