Lines Matching refs:GstGLWindowCB
88 GstGLWindowCB callback, gpointer data);
90 GstGLWindowCB callback, gpointer data, GDestroyNotify destroy);
451 (GstGLWindowCB) _set_window_handle_cb, data, in gst_gl_window_set_window_handle()
481 gst_gl_window_send_message (window, (GstGLWindowCB) draw_cb, window); in gst_gl_window_default_draw()
591 (GstGLWindowCB) window_default_quit_func, gst_object_ref (window), in gst_gl_window_default_quit()
626 GstGLWindowCB callback;
645 GstGLWindowCB callback, gpointer data) in gst_gl_window_default_send_message()
654 gst_gl_window_send_message_async (window, (GstGLWindowCB) _run_message_sync, in gst_gl_window_default_send_message()
678 gst_gl_window_send_message (GstGLWindow * window, GstGLWindowCB callback, in gst_gl_window_send_message()
693 GstGLWindowCB callback;
714 GstGLWindowCB callback, gpointer data, GDestroyNotify destroy) in gst_gl_window_default_send_message_async()
769 gst_gl_window_send_message_async (GstGLWindow * window, GstGLWindowCB callback, in gst_gl_window_send_message_async()
794 gst_gl_window_set_draw_callback (GstGLWindow * window, GstGLWindowCB callback, in gst_gl_window_set_draw_callback()
852 gst_gl_window_set_close_callback (GstGLWindow * window, GstGLWindowCB callback, in gst_gl_window_set_close_callback()
1113 gst_gl_window_send_message (window, (GstGLWindowCB) _on_resize, &resize); in gst_gl_window_resize()