HomeSort by relevance Sort by last modified time
    Searched refs:getInterpolationName (Results 1 - 4 of 4) sorted by null

  /external/deqp/framework/opengl/
gluVarType.cpp 176 const char* getInterpolationName (Interpolation interpolation)
336 str << getInterpolationName(decl.interpolation) << " ";
gluVarType.hpp 190 const char* getInterpolationName (Interpolation interpolation);
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 846 msg << "'" << glu::getInterpolationName(getGluInterpolation(params.varyings.vtxInterp)) << "'.\n";
854 msg << "'" << glu::getInterpolationName(getGluInterpolation(params.varyings.frgInterp)) << "'.\n";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 83 static const char* getInterpolationName (Interpolation interp)
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n";
    [all...]

Completed in 440 milliseconds