Home
last modified time | relevance | path

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

1234

/third_party/flutter/skia/third_party/externals/sdl/src/haptic/windows/
DSDL_xinputhaptic.c270 SDL_XINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_XINPUT_HapticNewEffect()
277 SDL_XINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_XINPUT_HapticUpdateEffect()
292 SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_XINPUT_HapticRunEffect()
312 SDL_XINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticStopEffect()
322 SDL_XINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticDestroyEffect()
328 SDL_XINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticGetEffectStatus()
420 SDL_XINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_XINPUT_HapticNewEffect()
426 SDL_XINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_XINPUT_HapticUpdateEffect()
432 SDL_XINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_XINPUT_HapticRunEffect()
438 SDL_XINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_XINPUT_HapticStopEffect()
[all …]
DSDL_dinputhaptic.c561 SDL_SYS_SetDirection(DIEFFECT * effect, SDL_HapticDirection * dir, int naxes) in SDL_SYS_SetDirection()
893 SDL_SYS_HapticFreeDIEFFECT(DIEFFECT * effect, int type) in SDL_SYS_HapticFreeDIEFFECT()
918 SDL_SYS_HapticEffectType(SDL_HapticEffect * effect) in SDL_SYS_HapticEffectType()
963 SDL_DINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_DINPUT_HapticNewEffect()
995 SDL_DINPUT_HapticUpdateEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect *… in SDL_DINPUT_HapticUpdateEffect()
1036 SDL_DINPUT_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, Uint32 iterations) in SDL_DINPUT_HapticRunEffect()
1057 SDL_DINPUT_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticStopEffect()
1069 SDL_DINPUT_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticDestroyEffect()
1081 SDL_DINPUT_HapticGetEffectStatus(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_DINPUT_HapticGetEffectStatus()
1235 SDL_DINPUT_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, SDL_HapticEffect * ba… in SDL_DINPUT_HapticNewEffect()
[all …]
DSDL_windowshaptic.c285 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
316 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
330 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
344 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
357 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
373 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/dummy/
DSDL_syshaptic.c107 struct haptic_effect *effect, SDL_HapticEffect * base) in SDL_SYS_HapticNewEffect()
115 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
123 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
131 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
138 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
147 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
/third_party/skia/src/core/
DSkPathEffectBase.h130 static inline SkPathEffectBase* as_PEB(SkPathEffect* effect) { in as_PEB()
134 static inline const SkPathEffectBase* as_PEB(const SkPathEffect* effect) { in as_PEB()
138 static inline const SkPathEffectBase* as_PEB(const sk_sp<SkPathEffect>& effect) { in as_PEB()
142 static inline sk_sp<SkPathEffectBase> as_PEB_sp(sk_sp<SkPathEffect> effect) { in as_PEB_sp()
DSkRuntimeEffect.cpp161 const SkRuntimeEffect* effect, in read_child_effects()
370 sk_sp<SkRuntimeEffect> effect(new SkRuntimeEffect(std::move(program), in MakeInternal() local
560 std::unique_ptr<SkFilterColorProgram> SkFilterColorProgram::Make(const SkRuntimeEffect* effect) { in Make()
722 static sk_sp<SkData> get_xformed_uniforms(const SkRuntimeEffect* effect, in get_xformed_uniforms()
769 static GrFPResult make_effect_fp(sk_sp<SkRuntimeEffect> effect, in make_effect_fp()
823 SkRuntimeColorFilter(sk_sp<SkRuntimeEffect> effect, in SkRuntimeColorFilter()
944 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, std::move(sksl)); in CreateProc() local
961 SkRTShader(sk_sp<SkRuntimeEffect> effect, in SkRTShader()
1101 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForShader, std::move(sksl)); in CreateProc() local
1118 SkRuntimeBlender(sk_sp<SkRuntimeEffect> effect, in SkRuntimeBlender()
[all …]
DSkColorFilter_Matrix.cpp145 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in rgb_to_hsl() local
180 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in hsl_to_rgb() local
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/
DSDL_haptic.c455 SDL_HapticEffectSupported(SDL_Haptic * haptic, SDL_HapticEffect * effect) in SDL_HapticEffectSupported()
470 SDL_HapticNewEffect(SDL_Haptic * haptic, SDL_HapticEffect * effect) in SDL_HapticNewEffect()
507 ValidEffect(SDL_Haptic * haptic, int effect) in ValidEffect()
520 SDL_HapticUpdateEffect(SDL_Haptic * haptic, int effect, in SDL_HapticUpdateEffect()
548 SDL_HapticRunEffect(SDL_Haptic * haptic, int effect, Uint32 iterations) in SDL_HapticRunEffect()
567 SDL_HapticStopEffect(SDL_Haptic * haptic, int effect) in SDL_HapticStopEffect()
585 SDL_HapticDestroyEffect(SDL_Haptic * haptic, int effect) in SDL_HapticDestroyEffect()
603 SDL_HapticGetEffectStatus(SDL_Haptic * haptic, int effect) in SDL_HapticGetEffectStatus()
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp70 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in make_single_interval_colorizer() local
90 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in make_dual_interval_colorizer() local
257 sk_sp<SkRuntimeEffect> effect; in make_looping_colorizer() member
542 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in make_clamped_gradient() local
605 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in make_tiled_gradient() local
782 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeLinear() local
795 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeRadial() local
815 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeSweep() local
847 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeConical() local
867 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in MakeConical() local
[all …]
/third_party/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
/third_party/flutter/skia/tools/viewer/
DParticlesSlide.cpp218 LoadedEffect effect; in loadEffects() local
251 LoadedEffect effect; in draw() local
264 for (const auto& effect : fLoaded) { in draw() local
284 sk_sp<SkParticleEffect> effect(new SkParticleEffect(fLoaded[i].fParams, fRandom)); in draw() local
332 for (const auto& effect : fRunning) { in draw() local
343 for (const auto& effect : fRunning) { in animate() local
/third_party/skia/src/effects/imagefilters/
DSkRuntimeImageFilter.cpp26 SkRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, in SkRuntimeImageFilter()
52 sk_sp<SkImageFilter> SkMakeRuntimeImageFilter(sk_sp<SkRuntimeEffect> effect, in SkMakeRuntimeImageFilter()
78 auto effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForShader, std::move(sksl)); in CreateProc() local
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/darwin/
DSDL_syshaptic.c78 struct FFEFFECT effect; /* Hardware effect. */ member
715 SDL_SYS_SetDirection(FFEFFECT * effect, SDL_HapticDirection * dir, int naxes) in SDL_SYS_SetDirection()
1058 SDL_SYS_HapticFreeFFEFFECT(FFEFFECT * effect, int type) in SDL_SYS_HapticFreeFFEFFECT()
1135 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
1185 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
1230 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
1257 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
1275 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
1296 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
/third_party/flutter/skia/third_party/externals/sdl/src/haptic/linux/
DSDL_syshaptic.c82 struct ff_effect effect; /* The linux kernel effect structure. */ member
927 SDL_SYS_HapticNewEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticNewEffect()
970 struct haptic_effect *effect, in SDL_SYS_HapticUpdateEffect()
999 SDL_SYS_HapticRunEffect(SDL_Haptic * haptic, struct haptic_effect *effect, in SDL_SYS_HapticRunEffect()
1022 SDL_SYS_HapticStopEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticStopEffect()
1043 SDL_SYS_HapticDestroyEffect(SDL_Haptic * haptic, struct haptic_effect *effect) in SDL_SYS_HapticDestroyEffect()
1059 struct haptic_effect *effect) in SDL_SYS_HapticGetEffectStatus()
/third_party/skia/src/gpu/
DGrFragmentProcessor.cpp192 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in MakeColor() local
214 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in ApplyPaintAlpha() local
237 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in ClampOutput() local
321 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in OverrideInput() local
343 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in DisableCoverageAsAlpha() local
355 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForBlender, R"( in UseDestColorAsInput() local
463 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, R"( in ColorMatrix() local
607 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, CLIP_EDGE_SKSL R"( in Rect() local
655 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, CLIP_EDGE_SKSL R"( in Circle() local
715 static auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, CLIP_EDGE_SKSL R"( in Ellipse() local
DGrFixedClip.cpp39 Effect effect = Effect::kUnclipped; in apply() local
/third_party/skia/src/effects/
DSkLumaColorFilter.cpp19 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
DSkOverdrawColorFilter.cpp16 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect( in MakeWithSkColors() local
DSkHighContrastFilter.cpp46 sk_sp<SkRuntimeEffect> effect = SkMakeCachedRuntimeEffect(SkRuntimeEffect::MakeForColorFilter, in Make() local
/third_party/skia/tests/
DSkRuntimeEffectTest.cpp286 const SkRuntimeEffect* effect, in verify_2x2_surface_results()
430 TestEffect effect(r, surface); in test_RuntimeEffect_Shaders() local
534 TestBlend effect(r, surface); in test_RuntimeEffect_Blenders() local
665 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(kSource)).effect; in DEF_TEST() local
683 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForBlender(SkString(kSource)).effect; in DEF_TEST() local
701 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(kSource)).effect; in DEF_TEST() local
782 TestEffect effect(r, surface); in test_RuntimeEffectStructNameReuse() local
884 auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in DEF_GPUTEST_FOR_ALL_CONTEXTS() local
926 auto effect = SkMakeRuntimeEffect(SkRuntimeEffect::MakeForShader, R"( in DEF_GPUTEST_FOR_RENDERING_CONTEXTS() local
/third_party/cef/tests/cefclient/browser/
Dosr_dragdrop_win.cc26 DWORD effect = DROPEFFECT_NONE; in DragOperationToDropEffect() local
36 CefRenderHandler::DragOperationsMask DropEffectToDragOperation(DWORD effect) { in DropEffectToDragOperation()
368 DWORD* effect) { in DragEnter()
393 DWORD effect = DragOperationToDropEffect(allowed_ops); in StartDragging() local
406 DWORD* effect) { in DragOver()
426 DWORD* effect) { in Drop()
/third_party/python/Modules/
D_opcode.c29 int effect; in _opcode_stack_effect_impl() local
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DTestInputActivity.java190 AutomaticGainControl effect = AutomaticGainControl.create(sessionId); in setupAGC() local
194 AcousticEchoCanceler effect = AcousticEchoCanceler.create(sessionId); in setupAEC() local
/third_party/skia/gm/
Druntimeimagefilter.cpp26 sk_sp<SkRuntimeEffect> effect = SkRuntimeEffect::MakeForShader(SkString(R"( in make_filter() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgleffects.h48 gint effect; member
71 GstGLEffectProcessFunc effect; member

1234