Searched refs:GST_GL_API_NONE (Results 1 – 14 of 14) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglapi.c | 57 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()
|
D | gstglcontext.c | 423 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 …]
|
D | gstglapi.h | 42 GST_GL_API_NONE = 0, enumerator
|
D | gstgldisplay.c | 523 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()
|
D | gstglsl.c | 515 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/ |
D | debug.h | 93 GST_GL_API_NONE, 109 GST_GL_API_NONE,
|
D | eglimage.h | 42 GST_GL_API_NONE,
|
D | gles.h | 84 GST_GL_API_NONE,
|
D | fbo.h | 125 GST_GL_API_NONE,
|
D | shaders.h | 283 GST_GL_API_NONE, 318 GST_GL_API_NONE,
|
/third_party/gstreamer/gstplugins_base/tests/check/libs/ |
D | gstglapi.c | 40 {GST_GL_API_NONE, "none"}, 50 {GST_GL_API_NONE, "invalid-api"},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/ |
D | gstglcontext_cocoa.m | 235 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/ |
D | gstglcontext_egl.c | 166 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/ |
D | gtkgstglwidget.c | 522 GstGLAPI gl_api = GST_GL_API_NONE; in _get_gl_context()
|