Home
last modified time | relevance | path

Searched refs:GST_GL_PLATFORM_EAGL (Results 1 – 6 of 6) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c176 ADD_PLATFORM (GST_GL_PLATFORM_EAGL, "eagl"); in gst_gl_platform_to_string()
223 ret |= GST_GL_PLATFORM_EAGL; in gst_gl_platform_from_string()
Dgstglapi.h97 GST_GL_PLATFORM_EAGL = (1 << 4), enumerator
Dgstglcontext.c477 if (context_type == GST_GL_PLATFORM_EAGL) { in gst_gl_context_new_wrapped()
525 if (!handle && (context_type & GST_GL_PLATFORM_EAGL) != 0) in gst_gl_context_get_current_gl_context()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglapi.c87 {GST_GL_PLATFORM_EAGL, "eagl"},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/eagl/
Dgstglcontext_eagl.m134 GST_GL_CONFIG_STRUCTURE_SET_ARGS(PLATFORM, GstGLPlatform, GST_GL_PLATFORM_EAGL),
459 return GST_GL_PLATFORM_EAGL;
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc217 platform = GST_GL_PLATFORM_EAGL;