Home | History | Annotate | Download | only in functional

Lines Matching full:interp

83 static const char* getInterpolationName (Interpolation interp)
85 switch (interp)
185 void addVarying (const char* name, const glu::VarType& type, Interpolation interp);
221 void ProgramSpec::addVarying (const char* name, const glu::VarType& type, Interpolation interp)
223 m_varyings.push_back(Varying(name, type, interp));
1470 Interpolation interp = glu::getDataTypeScalarType(type) == glu::TYPE_FLOAT
1481 m_progSpec.addVarying(name.c_str(), glu::VarType(glu::VarType(type, precision), arrayLen), interp);
1483 m_progSpec.addVarying(name.c_str(), glu::VarType(type, precision), interp);
1608 Interpolation interp;
1755 Interpolation interp = interpModes[modeNdx].interp;
1769 modeGroup->addChild(new BasicTypeCase(m_context, name.c_str(), "", bufferModes[bufferMode].mode, primitiveTypes[primitiveType].type, glu::TYPE_FLOAT_VEC4, precision, interp));