Home
last modified time | relevance | path

Searched refs:get_gl_context (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/win32/
Dgstglwindow_win32.h72 guintptr (*get_gl_context) (GstGLWindowWin32 *window); member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.h152 guintptr (*get_gl_context) (GstGLContext *context); member
Dgstglutils.c292 goto get_gl_context; in gst_gl_ensure_element_data()
301 get_gl_context: in gst_gl_ensure_element_data()
Dgstglcontext.c1583 g_return_val_if_fail (context_class->get_gl_context != NULL, 0); in gst_gl_context_get_gl_context()
1585 result = context_class->get_gl_context (context); in gst_gl_context_get_gl_context()
2052 context_class->get_gl_context = in gst_gl_wrapped_context_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c74 context_class->get_gl_context = in gst_gl_context_wgl_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcontext_cocoa.m63 context_class->get_gl_context =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglcontext_eagl.m82 context_class->get_gl_context =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c85 context_class->get_gl_context = in gst_gl_context_glx_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c90 context_class->get_gl_context = in gst_gl_context_egl_class_init()