Lines Matching refs:mixer
78 static void gst_gl_mosaic_reset (GstGLMixer * mixer);
79 static gboolean gst_gl_mosaic_init_shader (GstGLMixer * mixer,
82 static gboolean gst_gl_mosaic_process_textures (GstGLMixer * mixer,
226 gst_gl_mosaic_reset (GstGLMixer * mixer) in gst_gl_mosaic_reset() argument
228 GstGLMosaic *mosaic = GST_GL_MOSAIC (mixer); in gst_gl_mosaic_reset()
241 gst_gl_mosaic_init_shader (GstGLMixer * mixer, GstCaps * outcaps) in gst_gl_mosaic_init_shader() argument
243 GstGLMosaic *mosaic = GST_GL_MOSAIC (mixer); in gst_gl_mosaic_init_shader()
247 return gst_gl_context_gen_shader (GST_GL_BASE_MIXER (mixer)->context, in gst_gl_mosaic_init_shader()
254 GstGLMixer *mixer = GST_GL_MIXER (mosaic); in _mosaic_render() local
256 gst_gl_framebuffer_draw_to_texture (mixer->fbo, mosaic->out_tex, in _mosaic_render()
279 GstGLMixer *mixer = GST_GL_MIXER (mosaic); in gst_gl_mosaic_callback() local
280 GstGLFuncs *gl = GST_GL_BASE_MIXER (mixer)->context->gl_vtable; in gst_gl_mosaic_callback()
299 gst_gl_context_clear_shader (GST_GL_BASE_MIXER (mixer)->context); in gst_gl_mosaic_callback()
409 gst_gl_context_clear_shader (GST_GL_BASE_MIXER (mixer)->context); in gst_gl_mosaic_callback()