Home
last modified time | relevance | path

Searched refs:get_gl_platform (Results 1 – 7 of 7) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.h154 GstGLPlatform (*get_gl_platform) (GstGLContext *context); member
Dgstglcontext.c1607 g_return_val_if_fail (context_class->get_gl_platform != NULL, 0); in gst_gl_context_get_gl_platform()
1609 return context_class->get_gl_platform (context); in gst_gl_context_get_gl_platform()
2056 context_class->get_gl_platform = in gst_gl_wrapped_context_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c89 context_class->get_gl_platform = in gst_gl_context_wgl_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcontext_cocoa.m68 context_class->get_gl_platform =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglcontext_eagl.m89 context_class->get_gl_platform =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c98 context_class->get_gl_platform = in gst_gl_context_glx_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c103 context_class->get_gl_platform = in gst_gl_context_egl_class_init()