Searched defs:interpolation (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/animation/
H A DInterpolationEffect.cpp18 RefPtrWillBeRawPtr<Interpolation> interpolation = record->m_interpolation; local
22 interpolation->interpolate(0, localFraction);
23 result->append(interpolation);
H A DInterpolationEffectTest.cpp20 InterpolableValue* interpolationValue(Interpolation& interpolation) argument
22 return interpolation.getCachedValueForTesting();
H A DInterpolableValueTest.cpp16 InterpolableValue* interpolationValue(Interpolation& interpolation) argument
18 return interpolation.getCachedValueForTesting();
H A DInterpolationEffect.h21 void addInterpolation(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo) argument
23 m_interpolations.append(InterpolationRecord::create(interpolation, easing, start, end, applyFrom, applyTo));
42 static PassOwnPtrWillBeRawPtr<InterpolationRecord> create(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo) argument
44 return adoptPtrWillBeNoop(new InterpolationRecord(interpolation, easing, start, end, applyFrom, applyTo));
50 InterpolationRecord(PassRefPtrWillBeRawPtr<Interpolation> interpolation, PassRefPtr<TimingFunction> easing, double start, double end, double applyFrom, double applyTo) argument
51 : m_interpolation(interpolation)
H A DAnimationStack.cpp48 Interpolation* interpolation = source[i].get(); local
49 target.set(toStyleInterpolation(interpolation)->id(), interpolation);
H A DAnimationStackTest.cpp74 AnimatableValue* interpolationValue(Interpolation* interpolation) argument
76 return toLegacyStyleInterpolation(interpolation)->currentValue().get();
H A DKeyframeEffectModelTest.cpp70 LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get()); local
71 ASSERT_EQ(property, interpolation->id());
76 LegacyStyleInterpolation* interpolation = toLegacyStyleInterpolation(interpolationValue.get()); local
77 RefPtrWillBeRawPtr<AnimatableValue> value = interpolation->currentValue();
/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderVars.h23 // Varying interpolation qualifier, see section 4.3.9 of the ESSL 3.00.4 spec
100 InterpolationType interpolation; member in struct:sh::Varying
/external/chromium_org/third_party/libvpx/source/libvpx/vpx_scale/generic/
H A Dvpx_scale.c158 * FUNCTION : Performs linear interpolation in one dimension.
228 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
270 int interpolation = 0; local
329 interpolation = 1;
357 if (interpolation) {
381 if (interpolation)
472 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
/external/deqp/framework/opengl/
H A DgluVarType.cpp176 const char* getInterpolationName (Interpolation interpolation) argument
180 return de::getSizedArrayElement<INTERPOLATION_LAST>(s_names, interpolation);
260 , interpolation (interpolation_)
271 interpolation == other.interpolation &&
335 if (decl.interpolation != INTERPOLATION_LAST)
336 str << getInterpolationName(decl.interpolation) << " ";
H A DgluVarType.hpp190 const char* getInterpolationName (Interpolation interpolation);
262 Interpolation interpolation; member in struct:glu::VariableDeclaration
/external/deqp/modules/gles31/functional/
H A Des31fSeparateShaderTests.cpp156 glu::Interpolation getGluInterpolation (VaryingInterpolation interpolation) argument
158 switch (interpolation)
165 DE_ASSERT(!"Invalid interpolation");
172 VaryingInterpolation getVaryingInterpolation (glu::Interpolation interpolation) argument
174 switch (interpolation)
181 DE_ASSERT(!"Invalid interpolation");
313 // interpolation can only be either smooth or flat. Auxiliary storage does not matter.
374 outputs[i].interpolation = varyings.frgInputs[i].interpolation;
786 const VaryingInterpolation vertexInterpolation = getVaryingInterpolation(varyings.vtxOutputs[ndx].interpolation);
[all...]
H A Des31fProgramInterfaceQueryTests.cpp359 InterpolationQualifier (const SharedPtr& enclosing, const glu::Interpolation& interpolation) argument
361 , m_interpolation (interpolation)
550 variable.interpolation = qualifier->m_interpolation;
590 DE_ASSERT(variable.interpolation == glu::INTERPOLATION_LAST);
/external/libvpx/libvpx/vpx_scale/generic/
H A Dvpx_scale.c158 * FUNCTION : Performs linear interpolation in one dimension.
228 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
270 int interpolation = 0; local
329 interpolation = 1;
357 if (interpolation) {
381 if (interpolation)
472 * FUNCTION : Performs 2-tap linear interpolation in two dimensions.
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp43 unsigned interpolation; member in struct:tgsi_interpolation
685 inputs[idx] = ureg_DECL_fs_input_cyl_centroid(ureg, TGSI_SEMANTIC_GENERIC, idx, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].interpolation, 0, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].centroid);
/external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d1x/
H A Dsm4_to_tgsi.cpp43 unsigned interpolation; member in struct:tgsi_interpolation
685 inputs[idx] = ureg_DECL_fs_input_cyl_centroid(ureg, TGSI_SEMANTIC_GENERIC, idx, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].interpolation, 0, sm4_to_pipe_interpolation[dcl.dcl_input_ps.interpolation].centroid);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/libyuv/source/
H A Dplanar_functions.cc1770 int width, int height, int interpolation) {
1845 width * 4, interpolation);
1767 ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height, int interpolation) argument
/external/chromium_org/third_party/libyuv/source/
H A Dplanar_functions.cc1770 int width, int height, int interpolation) {
1845 width * 4, interpolation);
1767 ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height, int interpolation) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h115 unsigned interpolation : 5; member in struct:sm4_token_instruction::__anon14156::__anon14163
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp101 , interpolation (interp_)
107 Interpolation interpolation; //!< Interpolation mode (smooth, flat, centroid). member in struct:deqp::gles3::Functional::TransformFeedback::Varying
371 str << getInterpolationName(var->interpolation) << " " << inout << " " << glu::declare(var->type, var->name.c_str()) << ";\n";
1324 BasicTypeCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation)
1327 m_progSpec.addVarying("v_varA", glu::VarType(type, precision), interpolation);
1328 m_progSpec.addVarying("v_varB", glu::VarType(type, precision), interpolation);
1338 BasicArrayCase (Context& context, const char* name, const char* desc, deUint32 bufferType, deUint32 primitiveType, glu::DataType type, glu::Precision precision, Interpolation interpolation)
1346 m_progSpec.addVarying("v_varA", glu::VarType(glu::VarType(type, precision), 1), interpolation);
1347 m_progSpec.addVarying("v_varB", glu::VarType(glu::VarType(type, precision), 2), interpolation);
1351 m_progSpec.addVarying("v_varA", glu::VarType(glu::VarType(type, precision), 3), interpolation);
[all...]
/external/libyuv/files/source/
H A Dplanar_functions.cc1394 int width, int height, int interpolation) {
1417 width, interpolation);
1391 ARGBInterpolate(const uint8* src_argb0, int src_stride_argb0, const uint8* src_argb1, int src_stride_argb1, uint8* dst_argb, int dst_stride_argb, int width, int height, int interpolation) argument
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/include/
H A Dsm4.h115 unsigned interpolation : 5; member in struct:sm4_token_instruction::__anon27567::__anon27574
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
H A DStyleResolver.cpp1053 const StyleInterpolation* interpolation = toStyleInterpolation(iter->value.get()); local
1054 interpolation->apply(state);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 3113 milliseconds