Home
last modified time | relevance | path

Searched refs:GST_GL_API_NONE (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c57 if (api == GST_GL_API_NONE) { in gst_gl_api_to_string()
107 GstGLAPI ret = GST_GL_API_NONE; in gst_gl_api_from_string()
113 ret = GST_GL_API_NONE; in gst_gl_api_from_string()
Dgstglcontext.c423 g_return_val_if_fail (available_apis != GST_GL_API_NONE, NULL); in gst_gl_context_new_wrapped()
428 g_return_val_if_fail ((display_api & available_apis) != GST_GL_API_NONE, in gst_gl_context_new_wrapped()
604 while (ret != GST_GL_API_NONE) { in gst_gl_context_get_current_gl_api()
656 ret = GST_GL_API_NONE; in gst_gl_context_get_current_gl_api()
674 if (ret == GST_GL_API_NONE) in gst_gl_context_get_current_gl_api()
675 return GST_GL_API_NONE; in gst_gl_context_get_current_gl_api()
848 g_return_val_if_fail (GST_IS_GL_CONTEXT (context), GST_GL_API_NONE); in gst_gl_context_get_gl_api()
850 g_return_val_if_fail (context_class->get_gl_api != NULL, GST_GL_API_NONE); in gst_gl_context_get_gl_api()
1163 GstGLAPI ret = GST_GL_API_NONE; in _compiled_api()
1232 if (display_api == GST_GL_API_NONE) { in gst_gl_context_create_thread()
[all …]
Dgstglapi.h42 GST_GL_API_NONE = 0, enumerator
Dgstgldisplay.c523 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), GST_GL_API_NONE); in gst_gl_display_get_gl_api_unlocked()
541 g_return_val_if_fail (GST_IS_GL_DISPLAY (display), GST_GL_API_NONE); in gst_gl_display_get_gl_api()
Dgstglsl.c515 g_return_val_if_fail (gl_api != GST_GL_API_NONE, 0); in gst_gl_version_to_glsl_version()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/glprototypes/
Ddebug.h93 GST_GL_API_NONE,
109 GST_GL_API_NONE,
Deglimage.h42 GST_GL_API_NONE,
Dgles.h84 GST_GL_API_NONE,
Dfbo.h125 GST_GL_API_NONE,
Dshaders.h283 GST_GL_API_NONE,
318 GST_GL_API_NONE,
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglapi.c40 {GST_GL_API_NONE, "none"},
50 {GST_GL_API_NONE, "invalid-api"},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcontext_cocoa.m235 GstGLAPI context_api = GST_GL_API_NONE;
248 if ((gl_api & (GST_GL_API_OPENGL | GST_GL_API_OPENGL3)) == GST_GL_API_NONE) {
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c166 GstGLAPI ret = GST_GL_API_NONE; in egl_conformant_to_gst()
876 GST_GL_API_NONE) { in gst_gl_context_egl_create_context()
921 if ((gl_api & ~GST_GL_API_OPENGL) == GST_GL_API_NONE) { in gst_gl_context_egl_create_context()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c522 GstGLAPI gl_api = GST_GL_API_NONE; in _get_gl_context()