Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.h153 GstGLAPI (*get_gl_api) (GstGLContext *context); member
Dgstglcontext.c850 g_return_val_if_fail (context_class->get_gl_api != NULL, GST_GL_API_NONE); in gst_gl_context_get_gl_api()
852 return context_class->get_gl_api (context); in gst_gl_context_get_gl_api()
2054 context_class->get_gl_api = in gst_gl_wrapped_context_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c88 context_class->get_gl_api = GST_DEBUG_FUNCPTR (gst_gl_context_wgl_get_gl_api); in gst_gl_context_wgl_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcontext_cocoa.m66 context_class->get_gl_api =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglcontext_eagl.m87 context_class->get_gl_api =
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c97 context_class->get_gl_api = GST_DEBUG_FUNCPTR (gst_gl_context_glx_get_gl_api); in gst_gl_context_glx_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c102 context_class->get_gl_api = GST_DEBUG_FUNCPTR (gst_gl_context_egl_get_gl_api); in gst_gl_context_egl_class_init()