Home
last modified time | relevance | path

Searched defs:gl_api (Results 1 – 18 of 18) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglcontext.c552 GstGLAPI gl_api, const gchar * name) in gst_gl_context_get_proc_address_with_platform()
889 GstGLAPI gl_api; in gst_gl_context_get_proc_address() local
916 gst_gl_context_default_get_proc_address (GstGLAPI gl_api, const gchar * name) in gst_gl_context_default_get_proc_address()
1097 _create_context_info (GstGLContext * context, GstGLAPI gl_api, gint * gl_major, in _create_context_info()
1211 GstGLAPI compiled_api, user_api, gl_api, display_api; in gst_gl_context_create_thread() local
1472 GstGLAPI gl_api; in gst_gl_context_fill_info() local
Dgstglsl.c513 gst_gl_version_to_glsl_version (GstGLAPI gl_api, gint maj, gint min) in gst_gl_version_to_glsl_version()
588 GstGLAPI gl_api; in gst_gl_context_supports_glsl_profile_version() local
870 GstGLAPI gl_api; in _mangle_version_profile_from_gl_api() local
Dgstgldisplay.c103 GstGLAPI gl_api; member
505 gst_gl_display_filter_gl_api (GstGLDisplay * display, GstGLAPI gl_api) in gst_gl_display_filter_gl_api()
Dgstglfeature.c188 GstGLAPI gl_api = gst_gl_context_get_gl_api (context); in _gst_gl_feature_check() local
Dgstglbasefilter.c592 GstGLAPI gl_api = gst_gl_context_get_gl_api (filter->context); in gst_gl_base_filter_find_gl_context_unlocked() local
Dgstglbasesrc.c600 GstGLAPI gl_api = gst_gl_context_get_gl_api (src->context); in gst_gl_base_src_find_gl_context_unlocked() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c631 gst_gl_context_egl_choose_config (GstGLContextEGL * egl, GstGLAPI gl_api, in gst_gl_context_egl_choose_config()
772 GstGLAPI gl_api, gint major, gint minor, gint contextFlags, in _create_context_with_flags()
849 GstGLAPI gl_api, GstGLContext * other_context, GError ** error) in gst_gl_context_egl_create_context()
1331 gst_gl_context_egl_get_proc_address (GstGLAPI gl_api, const gchar * name)
Dgstglcontext_egl.h64 GstGLAPI gl_api; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wgl/
Dgstglcontext_wgl.c161 GstGLAPI gl_api, GstGLContext * other_context, GError ** error) in gst_gl_context_wgl_create_context()
494 gst_gl_context_wgl_get_proc_address (GstGLAPI gl_api, const gchar * name) in gst_gl_context_wgl_get_proc_address()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc183 GstGLAPI G_GNUC_UNUSED gl_api; local
/third_party/gstreamer/gstplugins_base/
Dmeson_options.txt9 option('gl_api', type : 'array', choices : ['opengl', 'gles2', 'auto'], value : ['auto'], array
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c532 GstGLAPI gl_api; in main() local
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c599 GstGLAPI gl_api, GstGLContext * other_context, GError ** error) in gst_gl_context_glx_create_context()
906 gst_gl_context_glx_get_proc_address (GstGLAPI gl_api, const gchar * name) in gst_gl_context_glx_get_proc_address()
/third_party/mesa3d/src/mesa/main/
Dmenums.h50 } gl_api; typedef
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c522 GstGLAPI gl_api = GST_GL_API_NONE; in _get_gl_context() local
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstglstereosplit.c563 GstGLAPI gl_api = gst_gl_context_get_gl_api (self->context); in ensure_context_unlocked() local
Dgstglbasemixer.c230 GstGLAPI gl_api = gst_gl_context_get_gl_api (mix->context); in _get_gl_context_unlocked() local
/third_party/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py854 class gl_api(object): class