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

  /external/deqp/framework/opengl/
gluVarType.hpp 187 INTERPOLATION_LAST
256 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0);
gluVarType.cpp 180 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation);
335 if (decl.interpolation != INTERPOLATION_LAST)
  /external/deqp/modules/gles31/functional/
es31fSeparateShaderTests.cpp 163 case VARYINGINTERPOLATION_DEFAULT: return glu::INTERPOLATION_LAST; //!< Last means no qualifier, i.e. default
166 return glu::INTERPOLATION_LAST;
179 case glu::INTERPOLATION_LAST: return VARYINGINTERPOLATION_DEFAULT; //!< Last means no qualifier, i.e. default
    [all...]
es31fProgramInterfaceQueryTests.cpp 590 DE_ASSERT(variable.interpolation == glu::INTERPOLATION_LAST);
    [all...]
  /external/deqp/modules/glshared/
glsShaderExecUtil.cpp 293 glu::VariableDeclaration decl (output.varType, outVarName, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, glu::Layout(location));
331 src << glu::VariableDeclaration(output.varType, output.name, glu::STORAGE_OUT, glu::INTERPOLATION_LAST, location) << ";\n";
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTransformFeedbackTests.cpp 80 INTERPOLATION_LAST
    [all...]

Completed in 639 milliseconds