Home
last modified time | relevance | path

Searched refs:intexture (Results 1 – 21 of 21) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/effects/
Dgstgleffectlumatocurve.c77 GST_GL_EFFECTS_CURVE_HEAT, effects->intexture, effects->outtexture); in gst_gl_effects_heat()
84 GST_GL_EFFECTS_CURVE_SEPIA, effects->intexture, effects->outtexture); in gst_gl_effects_sepia()
91 GST_GL_EFFECTS_CURVE_LUMA_XPRO, effects->intexture, effects->outtexture); in gst_gl_effects_luma_xpro()
Dgstgleffectglow.c44 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_glow()
73 gst_gl_memory_get_texture_id (effects->intexture)); in gst_gl_effects_glow()
Dgstgleffectxray.c45 effects->intexture, effects->midtexture[0]); in gst_gl_effects_xray()
75 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_xray()
Dgstgleffectsqueeze.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_squeeze()
Dgstgleffectsin.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_sin()
Dgstgleffectmirror.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_mirror()
Dgstgleffectfisheye.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_fisheye()
Dgstgleffectbulge.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_bulge()
Dgstgleffectsquare.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_square()
Dgstgleffectstretch.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_stretch()
Dgstgleffecttunnel.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_tunnel()
Dgstgleffecttwirl.c34 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_twirl()
Dgstgleffectlaplacian.c50 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_laplacian()
Dgstgleffectidentity.c47 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_identity()
Dgstgleffectsobel.c36 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_sobel()
Dgstgleffectblur.c61 gst_gl_filter_render_to_target_with_shader (filter, effects->intexture, in gst_gl_effects_blur()
Dgstgleffectrgbtocurve.c77 effects->intexture, effects->outtexture); in gst_gl_effects_xpro()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldifferencematte.h51 GstGLMemory *intexture; member
Dgstgleffects.h74 GstGLMemory *intexture; member
Dgstgldifferencematte.c454 differencematte->intexture = in_tex; in gst_gl_differencematte_filter_texture()
Dgstgleffects.c550 effects->intexture = in_tex; in gst_gl_effects_filter_texture()