Home
last modified time | relevance | path

Searched refs:gst_gl_context_clear_shader (Results 1 – 15 of 15) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglutils.c82 gst_gl_context_clear_shader (context); in _compile_shader()
Dgstglmosaic.c302 gst_gl_context_clear_shader (GST_GL_BASE_MIXER (mixer)->context); in gst_gl_mosaic_callback()
445 gst_gl_context_clear_shader (GST_GL_BASE_MIXER (mixer)->context); in gst_gl_mosaic_callback()
Dgltestsrc.c229 gst_gl_context_clear_shader (src->base.context); in _src_shader_fill_bound_fbo()
768 gst_gl_context_clear_shader (src->base.base.context); in _src_checkers_init()
1006 gst_gl_context_clear_shader (src->base.context); in _src_mandelbrot_init()
1134 gst_gl_context_clear_shader (src->base.context); in _src_circular_init()
Dgstglfilterglass.c409 gst_gl_context_clear_shader (GST_GL_BASE_FILTER (filter)->context); in gst_gl_filter_glass_callback()
Dgstgltransformation.c965 gst_gl_context_clear_shader (GST_GL_BASE_FILTER (filter)->context); in gst_gl_transformation_callback()
1019 gst_gl_context_clear_shader (GST_GL_BASE_FILTER (filter)->context); in gst_gl_transformation_callback()
Dgstglbumper.c539 gst_gl_context_clear_shader (context); in gst_gl_bumper_callback()
Dgstglvideomixer.c1505 gst_gl_context_clear_shader (GST_GL_BASE_MIXER (mixer)->context); in gst_gl_video_mixer_callback()
1655 gst_gl_context_clear_shader (GST_GL_BASE_MIXER (mixer)->context); in gst_gl_video_mixer_callback()
Dgstgloverlay.c563 gst_gl_context_clear_shader (GST_GL_BASE_FILTER (filter)->context); in gst_gl_overlay_callback()
Dgstglimagesink.c2347 gst_gl_context_clear_shader (gl_sink->context); in gst_glimage_sink_on_draw()
2425 gst_gl_context_clear_shader (gl_sink->context); in gst_glimage_sink_on_draw()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglshader.c165 gst_gl_context_clear_shader (context); in _test_default_shader_gl()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglshader.h94 void gst_gl_context_clear_shader (GstGLContext *context);
Dgstglshader.c814 gst_gl_context_clear_shader (GstGLContext * context) in gst_gl_context_clear_shader() function
Dgstglviewconvert.c1843 gst_gl_context_clear_shader (viewconvert->context); in _init_view_convert()
1965 gst_gl_context_clear_shader (context); in _do_view_convert_draw()
Dgstglcolorconvert.c2618 gst_gl_context_clear_shader (convert->context); in _init_convert()
3076 gst_gl_context_clear_shader (context); in _do_convert_draw()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c317 gst_gl_context_clear_shader (sdl_context); in DrawGLScene()