Home
last modified time | relevance | path

Searched refs:gst_gl_context_egl_get_proc_address (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.h93 gpointer gst_gl_context_egl_get_proc_address (GstGLAPI gl_api, const gchar * name);
Dgstglcontext_egl.c106 GST_DEBUG_FUNCPTR (gst_gl_context_egl_get_proc_address); in gst_gl_context_egl_class_init()
1331 gst_gl_context_egl_get_proc_address (GstGLAPI gl_api, const gchar * name) function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c460 context_class->get_proc_address = gst_gl_context_egl_get_proc_address; in gst_gl_context_new_wrapped()
562 ret = gst_gl_context_egl_get_proc_address (gl_api, name); in gst_gl_context_get_proc_address_with_platform()