Home
last modified time | relevance | path

Searched refs:GstGLWindowWin32 (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.h33 …OW_WIN32(o) (G_TYPE_CHECK_INSTANCE_CAST((o), GST_TYPE_GL_WINDOW_WIN32, GstGLWindowWin32))
39 typedef struct _GstGLWindowWin32 GstGLWindowWin32; typedef
65 gboolean (*choose_format) (GstGLWindowWin32 *window);
66 gboolean (*create_context) (GstGLWindowWin32 *window, GstGLAPI gl_api,
68 gboolean (*share_context) (GstGLWindowWin32 *window, guintptr external_gl_context);
69 void (*swap_buffers) (GstGLWindowWin32 *window);
70 gboolean (*activate) (GstGLWindowWin32 *window, gboolean activate);
71 void (*destroy_context) (GstGLWindowWin32 *window);
72 guintptr (*get_gl_context) (GstGLWindowWin32 *window);
80 GstGLWindowWin32 * gst_gl_window_win32_new (GstGLDisplay * display);
[all …]
Dgstglwindow_win32.c51 G_DEFINE_TYPE_WITH_CODE (GstGLWindowWin32, gst_gl_window_win32,
52 GST_TYPE_GL_WINDOW, G_ADD_PRIVATE (GstGLWindowWin32) DEBUG_INIT);
64 static void release_parent_win_id (GstGLWindowWin32 * window_win32);
90 gst_gl_window_win32_init (GstGLWindowWin32 * window) in gst_gl_window_win32_init()
95 GstGLWindowWin32 *
98 GstGLWindowWin32 *window; in gst_gl_window_win32_new()
129 GstGLWindowWin32 *window_win32 = GST_GL_WINDOW_WIN32 (window); in gst_gl_window_win32_open()
147 GstGLWindowWin32 *window_win32 = GST_GL_WINDOW_WIN32 (window); in gst_gl_window_win32_close()
171 set_parent_win_id (GstGLWindowWin32 * window_win32) in set_parent_win_id()
212 release_parent_win_id (GstGLWindowWin32 * window_win32) in release_parent_win_id()
[all …]
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c1083 gst_gl_window_win32_create_window ((GstGLWindowWin32 *) context->window, in gst_gl_context_egl_create_context()
/third_party/gstreamer/gstplugins_base/
DChangeLog38844 - add GstGLWindowWin32 and GstGLWindowWin32WGL along the same lines as the
/third_party/gstreamer/gstplugins_bad/
DChangeLog120568 - add GstGLWindowWin32 and GstGLWindowWin32WGL along the same lines as the