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 177 const char* getInterpolationName (Interpolation interpolation)
337 str << getInterpolationName(decl.interpolation) << " ";
gluVarType.hpp 192 const char* getInterpolationName (Interpolation interpolation);
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 854 msg << "'" << glu::getInterpolationName(getGluInterpolation(params.varyings.vtxInterp)) << "'.\n";
862 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 455 milliseconds