Home
last modified time | relevance | path

Searched defs:effect (Results 1 – 25 of 78) sorted by relevance

1234

/external/llvm-project/mlir/include/mlir/Interfaces/
DSideEffectInterfaces.h38 static bool classof(const ::mlir::SideEffects::Effect *effect) { in classof()
140 : effect(effect), resource(resource) {} in effect() argument
143 : effect(effect), resource(resource), value(value) {} in effect() function
146 : effect(effect), resource(resource), value(symbol) {} in effect() function
149 : effect(effect), resource(resource), parameters(parameters) {} in effect() argument
152 : effect(effect), resource(resource), value(value), in effect() function
156 : effect(effect), resource(resource), value(symbol), in effect() argument
/external/skia/tools/viewer/
DParticlesSlide.cpp218 LoadedEffect effect; in loadEffects() local
252 LoadedEffect effect; in draw() local
265 for (const auto& effect : fLoaded) { in draw() local
285 sk_sp<SkParticleEffect> effect(new SkParticleEffect(fLoaded[i].fParams)); in draw() local
315 SkParticleEffect* effect = fRunning[i].fEffect.get(); in draw() local
392 for (const auto& effect : fRunning) { in draw() local
401 for (const auto& effect : fRunning) { in animate() local
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/src/
Dtimeline.js47 _play: function(effect) { argument
61 play: function(effect) { argument
/external/chromium-trace/catapult/third_party/polymer/components/web-animations-js/externs/
Dweb-animations-next.js101 AnimationTimeline.prototype.play = function(effect) {}; argument
110 Animation.prototype.effect; method in Animation
/external/llvm-project/mlir/test/lib/Dialect/Test/
DTestInterfaces.cpp6 const mlir::SideEffects::Effect *effect) { in classof()
/external/skia/src/effects/
DSkLumaColorFilter.cpp18 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
DSkOverdrawColorFilter.cpp15 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect( in MakeWithSkColors() local
DSkHighContrastFilter.cpp44 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
/external/skia/src/gpu/effects/
DGrSkSLFP.cpp184 std::unique_ptr<GrSkSLFP> GrSkSLFP::Make(sk_sp<SkRuntimeEffect> effect, in Make()
193 GrSkSLFP::GrSkSLFP(sk_sp<SkRuntimeEffect> effect, const char* name, sk_sp<SkData> uniforms) in GrSkSLFP()
292 GrRuntimeFPBuilder::GrRuntimeFPBuilder(sk_sp<SkRuntimeEffect> effect) in GrRuntimeFPBuilder()
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowSystemVibrator.java74 …protected void vibrate(int uid, String opPkg, VibrationEffect effect, AudioAttributes attributes) { in vibrate()
79 protected void vibrate(int uid, String opPkg, VibrationEffect effect, in vibrate()
/external/skia/src/gpu/
DGrFixedClip.cpp40 Effect effect = Effect::kUnclipped; in apply() local
DGrStencilClip.h40 Effect effect = fFixedClip.apply(out, bounds); in apply() local
/external/python/cpython3/Modules/
D_opcode.c29 int effect; in _opcode_stack_effect_impl() local
/external/skia/tests/
DSkRuntimeEffectTest.cpp348 TestEffect effect(r, surface); in test_RuntimeEffect_Shaders() local
445 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(kSource)).effect; in DEF_TEST() local
464 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(kSource)).effect; in DEF_TEST() local
544 TestEffect effect(r, surface); in test_RuntimeEffectStructNameReuse() local
DSkDSLRuntimeEffectTest.cpp40 sk_sp<SkRuntimeEffect> effect = EndRuntimeShader(); in end() local
113 DSLTestEffect effect(r, surface); in test_RuntimeEffect_Shaders() local
/external/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestInputActivity.java185 AutomaticGainControl effect = AutomaticGainControl.create(sessionId); in setupAGC() local
189 AcousticEchoCanceler effect = AcousticEchoCanceler.create(sessionId); in setupAEC() local
DTestOutputActivityBase.java80 PresetReverb effect = new PresetReverb(0, sessionId); in setupReverb() local
/external/skia/src/core/
DSkRuntimeEffect.cpp264 sk_sp<SkRuntimeEffect> effect(new SkRuntimeEffect(std::move(sksl), in Make() local
493 static sk_sp<SkData> get_xformed_uniforms(const SkRuntimeEffect* effect, in get_xformed_uniforms()
541 SkRuntimeColorFilter(sk_sp<SkRuntimeEffect> effect, in SkRuntimeColorFilter()
672 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, std::move(sksl)); in CreateProc() local
694 SkRTShader(sk_sp<SkRuntimeEffect> effect, sk_sp<SkData> uniforms, const SkMatrix* localMatrix, in SkRTShader()
844 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForShader, std::move(sksl)); in CreateProc() local
1022 SkRuntimeShaderBuilder::SkRuntimeShaderBuilder(sk_sp<SkRuntimeEffect> effect) in SkRuntimeShaderBuilder()
/external/llvm-project/mlir/lib/Interfaces/
DSideEffectInterfaces.cpp24 bool MemoryEffects::Effect::classof(const SideEffects::Effect *effect) { in classof()
/external/skia/include/effects/
DSkRuntimeEffect.h100 sk_sp<SkRuntimeEffect> effect; member
327 const SkRuntimeEffect* effect() const { return fEffect.get(); } in effect() function
337 explicit SkRuntimeEffectBuilder(sk_sp<SkRuntimeEffect> effect) in SkRuntimeEffectBuilder()
/external/skia/modules/skottie/src/effects/
DThresholdEffect.cpp35 static const SkRuntimeEffect* effect = in threshold_effect() local
/external/skia/fuzz/oss_fuzz/
DFuzzSkRuntimeEffect.cpp40 SkRuntimeEffect* effect = result.effect.get(); in FuzzSkRuntimeEffect_Once() local
/external/skia/gm/
Ddsl_processor_test.cpp52 const GrFragmentProcessor& effect) override { in onMakeProgramImpl()
/external/oboe/apps/fxlab/app/src/main/cpp/effects/descrip/
DEffectDescription.h96 _ef<iter_type> effect, std::vector<float> paramVec) { in modifyEffectVec()
/external/skqp/src/core/
DSkPictureCommon.h37 const SkPathEffect* effect = op.paint.getPathEffect(); in operator() local

1234