Home
last modified time | relevance | path

Searched defs:interpolation (Results 1 – 19 of 19) sorted by relevance

/third_party/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
22 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
40 Interpolation interpolation) { in addVarying()
/third_party/flutter/skia/src/gpu/glsl/
DGrGLSLVarying.cpp14 Interpolation interpolation) { in addPassThroughAttribute()
23 static bool use_flat_interpolation(GrGLSLVaryingHandler::Interpolation interpolation, in use_flat_interpolation()
41 Interpolation interpolation) { in addVarying()
/third_party/python/Lib/test/
Dtest_configparser.py45 interpolation = configparser._UNSET variable in CfgParserTestCaseClass
987 interpolation = None variable in ConfigParserTestCaseNoInterpolation
1023 interpolation = configparser.LegacyInterpolation() variable in ConfigParserTestCaseLegacyInterpolation
1161 interpolation = configparser.ExtendedInterpolation() variable in ConfigParserTestCaseExtendedInterpolation
/third_party/ffmpeg/libavfilter/
Dvf_lensfun.c70 const float *interpolation; member
88 float *interpolation; member
Daf_flanger.c41 int interpolation; member
Dvf_perspective.c45 int interpolation; member
Dvf_geq.c58 int interpolation; member
Daf_adeclick.c357 static int interpolation(DeclickChannel *c, const double *src, int ar_order, in interpolation() function
Dvf_lut3d.c74 int interpolation; ///<interp_mode member
1524 int interpolation; ///<interp_1d_mode member
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.h72 sh::InterpolationType interpolation; member
DVaryingPacking.cpp310 auto interpolation = ref.second.get()->interpolation; in collectAndPackUserVaryings() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DVaryingPacking.h137 sh::InterpolationType interpolation; member
DVaryingPacking.cpp527 sh::InterpolationType interpolation = input ? input->interpolation : output->interpolation; in collectUserVarying() local
555 sh::InterpolationType interpolation = input ? input->interpolation : output->interpolation; in collectUserVaryingField() local
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp21 InterpolationType GetNonAuxiliaryInterpolationType(InterpolationType interpolation) in GetNonAuxiliaryInterpolationType()
/third_party/flutter/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h260 InterpolationType interpolation; member
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderVars.h233 InterpolationType interpolation; member
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DShaderVars.cpp21 InterpolationType GetNonAuxiliaryInterpolationType(InterpolationType interpolation) in GetNonAuxiliaryInterpolationType()
/third_party/uboot/u-boot-2020.01/drivers/video/
Ddw_hdmi.c661 int interpolation = HDMI_CSC_CFG_INTMODE_DISABLE; in hdmi_video_csc() local
/third_party/python/Lib/
Dconfigparser.py606 interpolation=_UNSET, converters=_UNSET): argument