Searched defs:Interpolation (Results 1 - 4 of 4) sorted by relevance
/external/deqp/framework/opengl/ |
H A D | gluVarType.hpp | 184 enum Interpolation enum in namespace:glu 192 const char* getInterpolationName (Interpolation interpolation); 258 VariableDeclaration (const VarType& varType_, const std::string& name_, Storage storage_ = STORAGE_LAST, Interpolation interpolation_ = INTERPOLATION_LAST, const Layout& layout_ = Layout(), deUint32 memoryAccessQualifierBits_ = 0); 264 Interpolation interpolation;
|
/external/deqp/modules/gles3/functional/ |
H A D | es3fTransformFeedbackTests.cpp | 74 enum Interpolation enum in namespace:deqp::gles3::Functional::TransformFeedback 83 static const char* getInterpolationName (Interpolation interp) 98 Varying (const char* name_, const glu::VarType& type_, Interpolation interp_) 107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). 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) 1337 BasicTypeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) 1351 BasicArrayCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation) 1376 ArrayElementCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolatio [all...] |
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/include/ |
H A D | lcms2_plugin.h | 250 // Interpolation. 16 bits and floating point versions. 253 // Interpolation callbacks 301 cmsInterpFunction Interpolation; // Points to the function to do the interpolation member in struct:_cms_interp_struc
|
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
H A D | cmsintrp.c | 32 // Interpolation routines by default 82 p ->Interpolation.Lerp16 = NULL; 86 p ->Interpolation = ptr->Interpolators(p -> nInputs, p ->nOutputs, p ->dwFlags); 90 if (p ->Interpolation.Lerp16 == NULL) 91 p ->Interpolation = DefaultInterpolatorsFactory(p ->nInputs, p ->nOutputs, p ->dwFlags); 94 if (p ->Interpolation.Lerp16 == NULL) { 1405 cmsInterpFunction Interpolation; local 1409 memset(&Interpolation, 0, sizeof(Interpolation)); 1413 return Interpolation; [all...] |
Completed in 674 milliseconds