Home
last modified time | relevance | path

Searched defs:Interpolate (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_1d_table.h73 real32 Interpolate (real32 x) const in Interpolate() function
Ddng_gain_map.cpp59 real32 Interpolate () const in Interpolate() function in dng_gain_map_interpolator
276 real32 dng_gain_map::Interpolate (int32 row, in Interpolate() function in dng_gain_map
Ddng_hue_sat_map.cpp261 dng_hue_sat_map * dng_hue_sat_map::Interpolate (const dng_hue_sat_map &map1, in Interpolate() function in dng_hue_sat_map
Ddng_mosaic_info.cpp1029 void dng_bilinear_interpolator::Interpolate (dng_pixel_buffer &srcBuffer, in Interpolate() function in dng_bilinear_interpolator
1959 void dng_mosaic_info::Interpolate (dng_host &host, in Interpolate() function in dng_mosaic_info
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderGLSLstd450.cpp27 sw::SIMD::Float Interpolate(const sw::SIMD::Float &x, const sw::SIMD::Float &y, const sw::SIMD::Flo… in Interpolate() function
975 SIMD::Float SpirvShader::Interpolate(SIMD::Pointer const &ptr, int32_t location, Object::ID paramId, in Interpolate() function in sw::SpirvShader
/third_party/skia/third_party/externals/angle2/src/common/
Dpacked_gl_enums.json130 "Interpolate": "GL_INTERPOLATE", string
DPackedGLEnums_autogen.h396 Interpolate = 4, enumerator
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h2290 const ast::InterpolateDecoration* Interpolate( in Interpolate() function
2301 const ast::InterpolateDecoration* Interpolate( in Interpolate() function
/third_party/mesa3d/src/gallium/include/pipe/
Dp_shader_tokens.h131 unsigned Interpolate : 1; /**< any interpolation info? */ member
154 unsigned Interpolate : 4; /**< one of TGSI_INTERPOLATE_x */ member
/third_party/skia/third_party/externals/libwebp/src/enc/
Dpicture_csp_enc.c113 static WEBP_INLINE int Interpolate(int v) { in Interpolate() function