Home
last modified time | relevance | path

Searched refs:effects (Results 1 – 25 of 797) sorted by relevance

12345678910>>...32

/third_party/flutter/skia/gn/
Deffects_imagefilters.gni11 "$_include/effects/SkAlphaThresholdFilter.h",
12 "$_include/effects/SkArithmeticImageFilter.h",
13 "$_include/effects/SkBlurImageFilter.h",
14 "$_include/effects/SkColorFilterImageFilter.h",
15 "$_include/effects/SkDisplacementMapEffect.h",
16 "$_include/effects/SkDropShadowImageFilter.h",
17 "$_include/effects/SkImageFilters.h",
18 "$_include/effects/SkImageSource.h",
19 "$_include/effects/SkLightingImageFilter.h",
20 "$_include/effects/SkMagnifierImageFilter.h",
[all …]
Deffects.gni11 "$_include/effects/Sk1DPathEffect.h",
12 "$_include/effects/Sk2DPathEffect.h",
13 "$_include/effects/SkBlurDrawLooper.h",
14 "$_include/effects/SkBlurMaskFilter.h",
15 "$_include/effects/SkColorMatrix.h",
16 "$_include/effects/SkColorMatrixFilter.h",
17 "$_include/effects/SkCornerPathEffect.h",
18 "$_include/effects/SkDashPathEffect.h",
19 "$_include/effects/SkDiscretePathEffect.h",
20 "$_include/effects/SkGradientShader.h",
[all …]
Dsksl.gni39 "$_src/gpu/effects/GrAARectEffect.fp",
40 "$_src/gpu/effects/GrAlphaThresholdFragmentProcessor.fp",
41 "$_src/gpu/effects/GrBlurredEdgeFragmentProcessor.fp",
42 "$_src/gpu/effects/GrCircleBlurFragmentProcessor.fp",
43 "$_src/gpu/effects/GrCircleEffect.fp",
44 "$_src/gpu/effects/GrColorMatrixFragmentProcessor.fp",
45 "$_src/gpu/effects/GrComposeLerpEffect.fp",
46 "$_src/gpu/effects/GrComposeLerpRedEffect.fp",
47 "$_src/gpu/effects/GrConfigConversionEffect.fp",
48 "$_src/gpu/effects/GrConstColorProcessor.fp",
[all …]
Dgpu.gni245 "$_src/gpu/effects/GrBezierEffect.cpp",
246 "$_src/gpu/effects/GrBezierEffect.h",
247 "$_src/gpu/effects/GrBicubicEffect.cpp",
248 "$_src/gpu/effects/GrBicubicEffect.h",
249 "$_src/gpu/effects/GrBitmapTextGeoProc.cpp",
250 "$_src/gpu/effects/GrBitmapTextGeoProc.h",
251 "$_src/gpu/effects/GrConvexPolyEffect.cpp",
252 "$_src/gpu/effects/GrConvexPolyEffect.h",
253 "$_src/gpu/effects/GrCoverageSetOpXP.cpp",
254 "$_src/gpu/effects/GrCoverageSetOpXP.h",
[all …]
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgleffects.c154 gst_gl_effects_set_effect (GstGLEffects * effects, gint effect_type) in gst_gl_effects_set_effect() argument
156 GstGLBaseFilterClass *filter_class = GST_GL_BASE_FILTER_GET_CLASS (effects); in gst_gl_effects_set_effect()
160 effects->effect = (GstGLEffectProcessFunc) gst_gl_effects_identity; in gst_gl_effects_set_effect()
163 effects->current_effect = effect_type; in gst_gl_effects_set_effect()
166 effects->effect = (GstGLEffectProcessFunc) gst_gl_effects_mirror; in gst_gl_effects_set_effect()
169 effects->current_effect = effect_type; in gst_gl_effects_set_effect()
172 effects->effect = (GstGLEffectProcessFunc) gst_gl_effects_squeeze; in gst_gl_effects_set_effect()
175 effects->current_effect = effect_type; in gst_gl_effects_set_effect()
178 effects->effect = (GstGLEffectProcessFunc) gst_gl_effects_stretch; in gst_gl_effects_set_effect()
181 effects->current_effect = effect_type; in gst_gl_effects_set_effect()
[all …]
Dgstgleffects.h54 typedef void (* GstGLEffectProcessFunc) (GstGLEffects *effects);
94 GstGLShader* gst_gl_effects_get_fragment_shader (GstGLEffects *effects,
97 void gst_gl_effects_identity (GstGLEffects *effects);
98 void gst_gl_effects_mirror (GstGLEffects *effects);
99 void gst_gl_effects_squeeze (GstGLEffects *effects);
100 void gst_gl_effects_stretch (GstGLEffects *effects);
101 void gst_gl_effects_tunnel (GstGLEffects *effects);
102 void gst_gl_effects_fisheye (GstGLEffects *effects);
103 void gst_gl_effects_twirl (GstGLEffects *effects);
104 void gst_gl_effects_bulge (GstGLEffects *effects);
[all …]
Dmeson.build14 'effects/gstgleffectscurves.c',
15 'effects/gstgleffectssources.c',
16 'effects/gstgleffectidentity.c',
17 'effects/gstgleffectmirror.c',
18 'effects/gstgleffectsqueeze.c',
19 'effects/gstgleffectstretch.c',
20 'effects/gstgleffectfisheye.c',
21 'effects/gstgleffecttwirl.c',
22 'effects/gstgleffectbulge.c',
23 'effects/gstgleffecttunnel.c',
[all …]
/third_party/skia/gn/
Deffects.gni11 "$_include/effects/Sk1DPathEffect.h",
12 "$_include/effects/Sk2DPathEffect.h",
13 "$_include/effects/SkBlenders.h",
14 "$_include/effects/SkBlurMaskFilter.h",
15 "$_include/effects/SkColorMatrix.h",
16 "$_include/effects/SkColorMatrixFilter.h",
17 "$_include/effects/SkCornerPathEffect.h",
18 "$_include/effects/SkDashPathEffect.h",
19 "$_include/effects/SkDiscretePathEffect.h",
20 "$_include/effects/SkGradientShader.h",
[all …]
Deffects_imagefilters.gni10 skia_effects_imagefilter_public = [ "$_include/effects/SkImageFilters.h" ]
13 "$_src/effects/imagefilters/SkAlphaThresholdImageFilter.cpp",
14 "$_src/effects/imagefilters/SkArithmeticImageFilter.cpp",
15 "$_src/effects/imagefilters/SkBlendImageFilter.cpp",
16 "$_src/effects/imagefilters/SkBlurImageFilter.cpp",
17 "$_src/effects/imagefilters/SkColorFilterImageFilter.cpp",
18 "$_src/effects/imagefilters/SkComposeImageFilter.cpp",
19 "$_src/effects/imagefilters/SkCropImageFilter.cpp",
20 "$_src/effects/imagefilters/SkDisplacementMapImageFilter.cpp",
21 "$_src/effects/imagefilters/SkDropShadowImageFilter.cpp",
[all …]
/third_party/gstreamer/gstplugins_base/ext/gl/effects/
Dgstgleffectxray.c32 gst_gl_effects_xray (GstGLEffects * effects) in gst_gl_effects_xray() argument
34 const GstGLFuncs *gl = GST_GL_BASE_FILTER (effects)->context->gl_vtable; in gst_gl_effects_xray()
35 GstGLFilter *filter = GST_GL_FILTER (effects); in gst_gl_effects_xray()
44 gst_gl_effects_luma_to_curve (effects, &xray_curve, GST_GL_EFFECTS_CURVE_XRAY, in gst_gl_effects_xray()
45 effects->intexture, effects->midtexture[0]); in gst_gl_effects_xray()
48 shader = gst_gl_effects_get_fragment_shader (effects, "hconv7", in gst_gl_effects_xray()
54 gst_gl_filter_render_to_target_with_shader (filter, effects->midtexture[0], in gst_gl_effects_xray()
55 effects->midtexture[1], shader); in gst_gl_effects_xray()
58 shader = gst_gl_effects_get_fragment_shader (effects, "vconv7", in gst_gl_effects_xray()
64 gst_gl_filter_render_to_target_with_shader (filter, effects->midtexture[1], in gst_gl_effects_xray()
[all …]
Dgstgleffectlumatocurve.c28 gst_gl_effects_luma_to_curve (GstGLEffects * effects, in gst_gl_effects_luma_to_curve() argument
32 GstGLContext *context = GST_GL_BASE_FILTER (effects)->context; in gst_gl_effects_luma_to_curve()
33 GstGLFilter *filter = GST_GL_FILTER (effects); in gst_gl_effects_luma_to_curve()
37 shader = gst_gl_effects_get_fragment_shader (effects, "luma_to_curve", in gst_gl_effects_luma_to_curve()
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_luma_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_luma_to_curve()
74 gst_gl_effects_heat (GstGLEffects * effects) in gst_gl_effects_heat() argument
76 gst_gl_effects_luma_to_curve (effects, &heat_curve, in gst_gl_effects_heat()
[all …]
Dgstgleffectglow.c30 gst_gl_effects_glow (GstGLEffects * effects) in gst_gl_effects_glow() argument
32 const GstGLFuncs *gl = GST_GL_BASE_FILTER (effects)->context->gl_vtable; in gst_gl_effects_glow()
33 GstGLFilter *filter = GST_GL_FILTER (effects); in gst_gl_effects_glow()
42 shader = gst_gl_effects_get_fragment_shader (effects, "luma_threshold", in gst_gl_effects_glow()
44 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_glow()
45 effects->midtexture[0], shader); in gst_gl_effects_glow()
48 shader = gst_gl_effects_get_fragment_shader (effects, "hconv7", in gst_gl_effects_glow()
54 gst_gl_filter_render_to_target_with_shader (filter, effects->midtexture[0], in gst_gl_effects_glow()
55 effects->midtexture[1], shader); in gst_gl_effects_glow()
57 shader = gst_gl_effects_get_fragment_shader (effects, "vconv7", in gst_gl_effects_glow()
[all …]
Dgstgleffectsobel.c29 gst_gl_effects_sobel (GstGLEffects * effects) in gst_gl_effects_sobel() argument
31 GstGLFilter *filter = GST_GL_FILTER (effects); in gst_gl_effects_sobel()
34 shader = gst_gl_effects_get_fragment_shader (effects, "desat0", in gst_gl_effects_sobel()
36 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_sobel()
37 effects->midtexture[0], shader); in gst_gl_effects_sobel()
39 shader = gst_gl_effects_get_fragment_shader (effects, "hconv0", in gst_gl_effects_sobel()
44 gst_gl_filter_render_to_target_with_shader (filter, effects->midtexture[0], in gst_gl_effects_sobel()
45 effects->midtexture[1], shader); in gst_gl_effects_sobel()
47 shader = gst_gl_effects_get_fragment_shader (effects, "vconv0", in gst_gl_effects_sobel()
52 gst_gl_filter_render_to_target_with_shader (filter, effects->midtexture[1], in gst_gl_effects_sobel()
[all …]
Dgstgleffectrgbtocurve.c28 gst_gl_effects_rgb_to_curve (GstGLEffects * effects, in gst_gl_effects_rgb_to_curve() argument
32 GstGLContext *context = GST_GL_BASE_FILTER (effects)->context; in gst_gl_effects_rgb_to_curve()
33 GstGLFilter *filter = GST_GL_FILTER (effects); in gst_gl_effects_rgb_to_curve()
37 shader = gst_gl_effects_get_fragment_shader (effects, "rgb_to_curve", in gst_gl_effects_rgb_to_curve()
50 if (effects->curve[curve_index] == 0) { in gst_gl_effects_rgb_to_curve()
52 gl->GenTextures (1, &effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
54 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
66 gl->BindTexture (GL_TEXTURE_2D, effects->curve[curve_index]); in gst_gl_effects_rgb_to_curve()
74 gst_gl_effects_xpro (GstGLEffects * effects) in gst_gl_effects_xpro() argument
76 gst_gl_effects_rgb_to_curve (effects, &xpro_curve, GST_GL_EFFECTS_CURVE_XPRO, in gst_gl_effects_xpro()
[all …]
Dgstgleffectidentity.c27 gst_gl_effects_identity (GstGLEffects * effects) in gst_gl_effects_identity() argument
29 GstGLContext *context = GST_GL_BASE_FILTER (effects)->context; in gst_gl_effects_identity()
30 GstGLFilter *filter = GST_GL_FILTER (effects); in gst_gl_effects_identity()
33 shader = g_hash_table_lookup (effects->shaderstable, "identity0"); in gst_gl_effects_identity()
38 GST_ELEMENT_ERROR (effects, RESOURCE, NOT_FOUND, in gst_gl_effects_identity()
43 g_hash_table_insert (effects->shaderstable, (gchar *) "identity0", shader); in gst_gl_effects_identity()
47 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_identity()
48 effects->outtexture, shader); in gst_gl_effects_identity()
Dgstgleffectblur.c49 gst_gl_effects_blur (GstGLEffects * effects) in gst_gl_effects_blur() argument
51 GstGLFilter *filter = GST_GL_FILTER (effects); in gst_gl_effects_blur()
54 shader = gst_gl_effects_get_fragment_shader (effects, "hconv0", in gst_gl_effects_blur()
61 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_blur()
62 effects->midtexture[0], shader); in gst_gl_effects_blur()
64 shader = gst_gl_effects_get_fragment_shader (effects, "vconv0", in gst_gl_effects_blur()
71 gst_gl_filter_render_to_target_with_shader (filter, effects->midtexture[0], in gst_gl_effects_blur()
72 effects->outtexture, shader); in gst_gl_effects_blur()
Dgstgleffectlaplacian.c35 gst_gl_effects_laplacian (GstGLEffects * effects) in gst_gl_effects_laplacian() argument
37 GstGLFilter *filter = GST_GL_FILTER (effects); in gst_gl_effects_laplacian()
40 shader = gst_gl_effects_get_fragment_shader (effects, "conv0", in gst_gl_effects_laplacian()
48 gst_gl_shader_set_uniform_1i (shader, "invert", effects->invert); in gst_gl_effects_laplacian()
50 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_laplacian()
51 effects->outtexture, shader); in gst_gl_effects_laplacian()
/third_party/skia/modules/skottie/
Dskottie.gni43 "$_src/effects/BlackAndWhiteEffect.cpp",
44 "$_src/effects/BrightnessContrastEffect.cpp",
45 "$_src/effects/BuldgeEffect.cpp",
46 "$_src/effects/CCTonerEffect.cpp",
47 "$_src/effects/CornerPinEffect.cpp",
48 "$_src/effects/DirectionalBlur.cpp",
49 "$_src/effects/DisplacementMapEffect.cpp",
50 "$_src/effects/DropShadowEffect.cpp",
51 "$_src/effects/Effects.cpp",
52 "$_src/effects/Effects.h",
[all …]
/third_party/typescript/tests/baselines/reference/
DcommaOperatorLeftSideUnused.errors.txt1 …ftSideUnused.ts(8,10): error TS2695: Left side of comma operator is unused and has no side effects.
2 …tSideUnused.ts(16,19): error TS2695: Left side of comma operator is unused and has no side effects.
3 …tSideUnused.ts(19,21): error TS2695: Left side of comma operator is unused and has no side effects.
4 …ftSideUnused.ts(22,7): error TS2695: Left side of comma operator is unused and has no side effects.
5 …ftSideUnused.ts(23,7): error TS2695: Left side of comma operator is unused and has no side effects.
6 …ftSideUnused.ts(24,7): error TS2695: Left side of comma operator is unused and has no side effects.
7 …ftSideUnused.ts(25,7): error TS2695: Left side of comma operator is unused and has no side effects.
8 …ftSideUnused.ts(26,7): error TS2695: Left side of comma operator is unused and has no side effects.
9 …ftSideUnused.ts(27,7): error TS2695: Left side of comma operator is unused and has no side effects.
10 …ftSideUnused.ts(28,7): error TS2695: Left side of comma operator is unused and has no side effects.
[all …]
DcommaOperator1.errors.txt1 …mmaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused and has no side effects.
2 …mmaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused and has no side effects.
3 …mmaOperator1.ts(1,11): error TS2695: Left side of comma operator is unused and has no side effects.
4 …mmaOperator1.ts(1,12): error TS2695: Left side of comma operator is unused and has no side effects.
5 …mmaOperator1.ts(1,12): error TS2695: Left side of comma operator is unused and has no side effects.
6 …mmaOperator1.ts(1,29): error TS2695: Left side of comma operator is unused and has no side effects.
7 …mmaOperator1.ts(4,12): error TS2695: Left side of comma operator is unused and has no side effects.
8 …mmaOperator1.ts(4,12): error TS2695: Left side of comma operator is unused and has no side effects.
14 !!! error TS2695: Left side of comma operator is unused and has no side effects.
16 !!! error TS2695: Left side of comma operator is unused and has no side effects.
[all …]
DcommaOperatorWithoutOperand.errors.txt1 …ithoutOperand.ts(9,2): error TS2695: Left side of comma operator is unused and has no side effects.
3 …thoutOperand.ts(10,2): error TS2695: Left side of comma operator is unused and has no side effects.
5 …thoutOperand.ts(11,2): error TS2695: Left side of comma operator is unused and has no side effects.
7 …thoutOperand.ts(12,2): error TS2695: Left side of comma operator is unused and has no side effects.
9 …thoutOperand.ts(13,2): error TS2695: Left side of comma operator is unused and has no side effects.
11 …thoutOperand.ts(16,2): error TS2695: Left side of comma operator is unused and has no side effects.
13 …thoutOperand.ts(17,2): error TS2695: Left side of comma operator is unused and has no side effects.
15 …thoutOperand.ts(18,2): error TS2695: Left side of comma operator is unused and has no side effects.
17 …thoutOperand.ts(19,2): error TS2695: Left side of comma operator is unused and has no side effects.
19 …thoutOperand.ts(20,2): error TS2695: Left side of comma operator is unused and has no side effects.
[all …]
/third_party/flutter/skia/modules/skottie/
Dskottie.gni28 "$_src/effects/DropShadowEffect.cpp",
29 "$_src/effects/Effects.cpp",
30 "$_src/effects/Effects.h",
31 "$_src/effects/FillEffect.cpp",
32 "$_src/effects/GaussianBlurEffect.cpp",
33 "$_src/effects/GradientEffect.cpp",
34 "$_src/effects/HueSaturationEffect.cpp",
35 "$_src/effects/LevelsEffect.cpp",
36 "$_src/effects/LinearWipeEffect.cpp",
37 "$_src/effects/MotionBlurEffect.cpp",
[all …]
/third_party/skia/src/gpu/
DBUILD.bazel242 "effects/GrAtlasedShaderHelpers.h",
243 "effects/GrBezierEffect.cpp",
244 "effects/GrBezierEffect.h",
245 "effects/GrBicubicEffect.cpp",
246 "effects/GrBicubicEffect.h",
247 "effects/GrBitmapTextGeoProc.cpp",
248 "effects/GrBitmapTextGeoProc.h",
249 "effects/GrBlendFragmentProcessor.cpp",
250 "effects/GrBlendFragmentProcessor.h",
251 "effects/GrConvexPolyEffect.cpp",
[all …]
/third_party/typescript/tests/baselines/reference/user/
Dasync.log4 …s/async/all.js(49,20): error TS2695: Left side of comma operator is unused and has no side effects.
5 …s/async/all.js(49,46): error TS2695: Left side of comma operator is unused and has no side effects.
8 …nc/allLimit.js(41,20): error TS2695: Left side of comma operator is unused and has no side effects.
9 …nc/allLimit.js(41,51): error TS2695: Left side of comma operator is unused and has no side effects.
12 …c/allSeries.js(36,20): error TS2695: Left side of comma operator is unused and has no side effects.
14 …s/async/any.js(51,20): error TS2695: Left side of comma operator is unused and has no side effects.
15 …s/async/any.js(51,46): error TS2695: Left side of comma operator is unused and has no side effects.
18 …nc/anyLimit.js(42,20): error TS2695: Left side of comma operator is unused and has no side effects.
19 …nc/anyLimit.js(42,51): error TS2695: Left side of comma operator is unused and has no side effects.
22 …c/anySeries.js(37,20): error TS2695: Left side of comma operator is unused and has no side effects.
[all …]
/third_party/skia/third_party/externals/oboe/apps/fxlab/docs/
DDev-Guide.md3 The effects included are designed to be as portable as possible, as well as making it easy to add a…
13 Although the CMake file requires android headers (to use Oboe), the effects themselves can be compi…
17 …alls native code through the JNI bridge to query information about the various effects implemented,
19 native side. The JNI bridge passes information regarding implemented effects descriptions to the UI…
20 called when the user modifies effects in the UI.
23 with as low latency as possible. The `FunctionList` class contains the a vector of effects that cor…
24 effects (and their parameters) that the user wants to use to process their audio. Effects (and the …
31 The effects folder contains the classes of various implemented effects. It also contains `Effects.h…
32 …iptions implemented lives. The description folder contains the description for all of the effects.
38 to an effect, or pointing to a standalone function. Adding new effects is welcome!
[all …]

12345678910>>...32