Home
last modified time | relevance | path

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

/external/deqp/framework/opengl/
DgluVarType.hpp189 INTERPOLATION_LAST enumerator
258 …_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layou…
DgluVarType.cpp181 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation); in getInterpolationName()
336 if (decl.interpolation != INTERPOLATION_LAST) in operator <<()
/external/deqp/modules/gles31/functional/
Des31fSeparateShaderTests.cpp164 …case VARYINGINTERPOLATION_DEFAULT: return glu::INTERPOLATION_LAST; //!< Last means no qualifier, … in getGluInterpolation()
167 return glu::INTERPOLATION_LAST; in getGluInterpolation()
180 …case glu::INTERPOLATION_LAST: return VARYINGINTERPOLATION_DEFAULT; //!< Last means no qualifier,… in getVaryingInterpolation()
Des31fProgramInterfaceQueryTests.cpp682 DE_ASSERT(variable.interpolation == glu::INTERPOLATION_LAST); in generateProgramDefinitionFromResource()
2909 glu::INTERPOLATION_LAST, in init()
2915 glu::INTERPOLATION_LAST, in init()
2920 glu::INTERPOLATION_LAST, in init()
2931 glu::INTERPOLATION_LAST, in init()
2936 glu::INTERPOLATION_LAST, in init()
2942 glu::INTERPOLATION_LAST, in init()
2947 glu::INTERPOLATION_LAST, in init()
2958 glu::INTERPOLATION_LAST, in init()
2963 glu::INTERPOLATION_LAST, in init()
/external/deqp/modules/glshared/
DglsShaderExecUtil.cpp309 …laration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout… in generateFragmentShader()
347 …bleDeclaration(output.varType, output.name, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, location) <… in generateFragmentShader()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp80 INTERPOLATION_LAST enumerator