Home
last modified time | relevance | path

Searched refs:getGluInterpolation (Results 1 – 1 of 1) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) in getGluInterpolation() function
358 VariableDeclaration(varType, vtxName, STORAGE_OUT, getGluInterpolation(vtxCompatInterp), loc)); in genVaryingInterface()
360 VariableDeclaration(varType, frgName, STORAGE_IN, getGluInterpolation(frgInterp), loc)); in genVaryingInterface()
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()