HomeSort by relevance Sort by last modified time
    Searched refs:effect (Results 176 - 200 of 505) sorted by null

1 2 3 4 5 6 78 91011>>

  /development/ndk/platforms/android-L/include/linux/
uinput.h 29 struct ff_effect effect; member in struct:uinput_ff_upload
  /external/chromium_org/third_party/WebKit/Source/core/animation/
AnimationStackTest.cpp 59 PassRefPtrWillBeRawPtr<InertAnimation> makeInertAnimation(PassRefPtrWillBeRawPtr<AnimationEffect> effect)
63 return InertAnimation::create(effect, timing, false);
66 PassRefPtrWillBeRawPtr<Animation> makeAnimation(PassRefPtrWillBeRawPtr<AnimationEffect> effect, double duration = 10)
71 return Animation::create(element.get(), effect, timing);
AnimationTimelineTest.cpp 136 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector()); local
137 RefPtrWillBeRawPtr<Animation> anim = Animation::create(element.get(), effect, timing);
153 RefPtrWillBeRawPtr<AnimatableValueKeyframeEffectModel> effect = AnimatableValueKeyframeEffectModel::create(AnimatableValueKeyframeVector()); local
155 RefPtrWillBeRawPtr<Animation> anim = Animation::create(element.get(), effect, timing);
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
notifications.js 242 var effect = document.createElement('li');
243 effect.className = 'builder';
244 effect.appendChild(new ui.failures.Builder(builderName, failuresList[builderName]));
245 return effect;
  /external/chromium_org/third_party/skia/src/core/
SkXfermode_proccoeff.h 34 virtual bool asNewEffect(GrEffectRef** effect,
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrBicubicEffect.cpp 109 const GrBicubicEffect& effect = drawEffect.castEffect<GrBicubicEffect>(); local
110 const GrTexture& texture = *effect.texture(0);
115 uman.setMatrix4f(fCoefficientsUni, effect.coefficients());
116 fDomain.setData(uman, effect.domain(), texture.origin());
208 // When we use the bicubic filtering effect each sample is read from the texture using
  /external/kernel-headers/original/uapi/linux/
uinput.h 44 struct ff_effect effect; member in struct:uinput_ff_upload
95 * 4. Perform the effect upload, and place a return code back into
108 * effect ID passed to erase_effect().
109 * 4. Perform the effect erasure, and place a return code back
  /external/llvm/test/MC/Mips/
mips-noat.s 3 # Check that using the assembler temporary when .set noat is in effect is an error.
  /external/skia/src/core/
SkXfermode_proccoeff.h 34 virtual bool asNewEffect(GrEffectRef** effect,
  /external/skia/src/gpu/effects/
GrBicubicEffect.cpp 109 const GrBicubicEffect& effect = drawEffect.castEffect<GrBicubicEffect>(); local
110 const GrTexture& texture = *effect.texture(0);
115 uman.setMatrix4f(fCoefficientsUni, effect.coefficients());
116 fDomain.setData(uman, effect.domain(), texture.origin());
208 // When we use the bicubic filtering effect each sample is read from the texture using
  /external/sonivox/arm-fm-22k/lib_src/
eas_effects.h 56 S_EFFECTS_INTERFACE *effect; member in struct:__anon34574
  /external/sonivox/arm-hybrid-22k/lib_src/
eas_effects.h 56 S_EFFECTS_INTERFACE *effect; member in struct:__anon34624
  /external/sonivox/arm-wt-22k/lib_src/
eas_effects.h 56 S_EFFECTS_INTERFACE *effect; member in struct:__anon34677
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectContext.java 18 package android.media.effect;
30 * this EGL context, and making it current before applying any effect. If your EGL context is
32 * be used. If you switch to another EGL context, you must create a new EffectContext. Each Effect
109 throw new RuntimeException("Applying effect in wrong GL context!");
111 throw new RuntimeException("Attempting to apply effect without valid GL context!");
FilterEffect.java 18 package android.media.effect;
32 public abstract class FilterEffect extends Effect {
46 * Get the effect name.
48 * Returns the unique name of the effect, which matches the name used for instantiating this
49 * effect by the EffectFactory.
51 * @return The name of the effect.
76 * Returns the active filter context for this effect.
  /frameworks/base/media/tests/EffectsTest/src/com/android/effectstest/
EffectParameter.java 62 public abstract void setEffect(Object effect);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
uinput.h 43 struct ff_effect effect; member in struct:uinput_ff_upload
93 * 4. Perform the effect upload, and place a return code back into
106 * effect ID passed to erase_effect().
107 * 4. Perform the effect erasure, and place a return code back
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
uinput.h 43 struct ff_effect effect; member in struct:uinput_ff_upload
93 * 4. Perform the effect upload, and place a return code back into
106 * effect ID passed to erase_effect().
107 * 4. Perform the effect erasure, and place a return code back
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
uinput.h 22 struct ff_effect effect; member in struct:uinput_ff_upload
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
uinput.h 22 struct ff_effect effect; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
uinput.h 29 struct ff_effect effect; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
uinput.h 29 struct ff_effect effect; member in struct:uinput_ff_upload
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
uinput.h 29 struct ff_effect effect; member in struct:uinput_ff_upload
  /developers/build/prebuilts/gradle/MediaEffects/MediaEffectsSample/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 22 import android.media.effect.Effect;
23 import android.media.effect.EffectContext;
24 import android.media.effect.EffectFactory;
48 private Effect mEffect;
119 //if an effect is chosen initialize it and apply it to the texture
126 private void setCurrentEffect(int effect) {
127 mCurrentEffect = effect;
153 // Initialize the correct effect based on the selected menu/action item
279 // if no effect is chosen, just render the original bitma
    [all...]
  /developers/samples/android/media/MediaEffects/MediaEffectsSample/src/main/java/com/example/android/mediaeffects/
MediaEffectsFragment.java 22 import android.media.effect.Effect;
23 import android.media.effect.EffectContext;
24 import android.media.effect.EffectFactory;
48 private Effect mEffect;
119 //if an effect is chosen initialize it and apply it to the texture
126 private void setCurrentEffect(int effect) {
127 mCurrentEffect = effect;
153 // Initialize the correct effect based on the selected menu/action item
279 // if no effect is chosen, just render the original bitma
    [all...]

Completed in 1735 milliseconds

1 2 3 4 5 6 78 91011>>