Home
last modified time | relevance | path

Searched refs:get_gl_platform_version (Results 1 – 4 of 4) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.h163 void (*get_gl_platform_version) (GstGLContext *context, gint *major, gint *minor); member
Dgstglcontext.c308 klass->get_gl_platform_version = in gst_gl_context_class_init()
1870 g_return_if_fail (context_class->get_gl_platform_version != NULL); in gst_gl_context_get_gl_platform_version()
1872 context_class->get_gl_platform_version (context, major, minor); in gst_gl_context_get_gl_platform_version()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c104 context_class->get_gl_platform_version = in gst_gl_context_glx_class_init()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c111 context_class->get_gl_platform_version = in gst_gl_context_egl_class_init()