Home | History | Annotate | Download | only in functional

Lines Matching full:interpolation

157 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation)
159 switch (interpolation)
166 DE_FATAL("Invalid interpolation");
173 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation)
175 switch (interpolation)
182 DE_FATAL("Invalid interpolation");
314 // interpolation can only be either smooth or flat. Auxiliary storage does not matter.
375 outputs[i].interpolation = varyings.frgInputs[i].interpolation;
769 // Interpolation is meaningless if we don't use an in/out variable.
794 const VaryingInterpolation vertexInterpolation = getVaryingInterpolation(varyings.vtxOutputs[ndx].interpolation);
795 const VaryingInterpolation fragmentInterpolation = getVaryingInterpolation(varyings.frgInputs[ndx].interpolation);
850 msg << "with no interpolation qualifiers.\n";
852 msg << "with a random interpolation qualifier.\n";
858 msg << "with no interpolation qualifiers.\n";
860 msg << "with a random interpolation qualifier.\n";
1726 NUM_INTERPOLATIONS = VARYINGINTERPOLATION_RANDOM, // VARYINGINTERPOLATION_RANDOM is one after last fully specified interpolation