Home
last modified time | relevance | path

Searched refs:GST_GL_PLATFORM_EGL (Results 1 – 13 of 13) sorted by relevance

/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc195 platform = GST_GL_PLATFORM_EGL;
201 platform = GST_GL_PLATFORM_EGL;
210 platform = GST_GL_PLATFORM_EGL;
221 platform = GST_GL_PLATFORM_EGL;
318 if (platform == GST_GL_PLATFORM_EGL) {
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c173 ADD_PLATFORM (GST_GL_PLATFORM_EGL, "egl"); in gst_gl_platform_to_string()
214 ret |= GST_GL_PLATFORM_EGL; in gst_gl_platform_from_string()
Dgstglapi.h93 GST_GL_PLATFORM_EGL = (1 << 0), enumerator
Dgstglcontext.c458 if (context_type == GST_GL_PLATFORM_EGL) { in gst_gl_context_new_wrapped()
513 if (!handle && (context_type & GST_GL_PLATFORM_EGL) != 0) in gst_gl_context_get_current_gl_context()
561 if (!ret && (context_type & GST_GL_PLATFORM_EGL) != 0) in gst_gl_context_get_proc_address_with_platform()
1553 if (gst_gl_context_get_gl_platform (context) == GST_GL_PLATFORM_EGL in gst_gl_context_fill_info()
Dgstglupload.c351 GST_GL_PLATFORM_EGL) { in _gl_memory_upload_propose_allocation()
535 if (gst_gl_context_get_gl_platform (context) != GST_GL_PLATFORM_EGL) in _dma_buf_upload_transform_caps()
638 GST_GL_PLATFORM_EGL) in _dma_buf_upload_accept()
872 if (gst_gl_context_get_gl_platform (context) != GST_GL_PLATFORM_EGL) in _direct_dma_buf_upload_transform_caps()
1801 if (gst_gl_context_get_gl_platform (context) != GST_GL_PLATFORM_EGL) in _nvmm_upload_transform_caps()
1872 GST_GL_PLATFORM_EGL) in _nvmm_upload_accept()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglapi.c84 {GST_GL_PLATFORM_EGL, "egl"},
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c558 platform = GST_GL_PLATFORM_EGL; in _get_gl_context()
573 platform = GST_GL_PLATFORM_EGL; in _get_gl_context()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/egl/
Dgstglcontext_egl.c237 GST_GL_PLATFORM_EGL), NULL); in egl_config_to_structure()
866 if (gst_gl_context_get_gl_platform (other_context) != GST_GL_PLATFORM_EGL) { in gst_gl_context_egl_create_context()
1306 return GST_GL_PLATFORM_EGL; in gst_gl_context_egl_get_gl_platform()
Dgsteglimage.c276 GST_GL_PLATFORM_EGL) != 0, NULL); in gst_egl_image_new_wrapped()
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp438 if (gst_gl_context_get_gl_platform(context) == GST_GL_PLATFORM_EGL) { in WPEView()
/third_party/gstreamer/gstplugins_base/ext/gl/
Dgstgldownloadelement.c1150 if (gst_gl_context_get_gl_platform (context) != GST_GL_PLATFORM_EGL) in _try_export_dmabuf()
/third_party/gstreamer/gstplugins_base/
DChangeLog24394 Check for GST_GL_PLATFORM_EGL enum instead of type GstGLContextEGL.
/third_party/gstreamer/gstplugins_bad/
DChangeLog65069 Check for GST_GL_PLATFORM_EGL enum instead of type GstGLContextEGL.