Searched refs:INTERPOLATION_LAST (Results 1 – 6 of 6) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluVarType.hpp | 189 INTERPOLATION_LAST enumerator 258 …_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layou…
|
D | gluVarType.cpp | 181 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation); in getInterpolationName() 336 if (decl.interpolation != INTERPOLATION_LAST) in operator <<()
|
/external/deqp/modules/gles31/functional/ |
D | es31fSeparateShaderTests.cpp | 164 …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()
|
D | es31fProgramInterfaceQueryTests.cpp | 682 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/ |
D | glsShaderExecUtil.cpp | 309 …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/ |
D | es3fTransformFeedbackTests.cpp | 80 INTERPOLATION_LAST enumerator
|