Searched refs:getInterpolationName (Results 1 - 4 of 4) sorted by relevance

/external/deqp/framework/opengl/
H A DgluVarType.cpp177 const char* getInterpolationName (Interpolation interpolation) function in namespace:glu
337 str << getInterpolationName(decl.interpolation) << " ";
H A DgluVarType.hpp192 const char* getInterpolationName (Interpolation interpolation);
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp854 msg << "'" << glu::getInterpolationName(getGluInterpolation(params.varyings.vtxInterp)) << "'.\n";
862 msg << "'" << glu::getInterpolationName(getGluInterpolation(params.varyings.frgInterp)) << "'.\n";
1615 const string qualName = glu::getInterpolationName(getGluInterpolation(qual));
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp83 static const char* getInterpolationName (Interpolation interp) function in namespace:deqp::gles3::Functional::TransformFeedback
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n";

Completed in 164 milliseconds