Home
last modified time | relevance | path

Searched refs:GST_GL_PLATFORM_CGL (Results 1 – 8 of 8) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c175 ADD_PLATFORM (GST_GL_PLATFORM_CGL, "cgl"); in gst_gl_platform_to_string()
220 ret |= GST_GL_PLATFORM_CGL; in gst_gl_platform_from_string()
Dgstglapi.h96 GST_GL_PLATFORM_CGL = (1 << 3), enumerator
Dgstglcontext.c464 if (context_type == GST_GL_PLATFORM_CGL) { in gst_gl_context_new_wrapped()
517 if (!handle && (context_type & GST_GL_PLATFORM_CGL) != 0) in gst_gl_context_get_current_gl_context()
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglapi.c86 {GST_GL_PLATFORM_CGL, "cgl"},
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/
Dgstglcaopengllayer.m141 (guintptr) self->gl_context, GST_GL_PLATFORM_CGL,
142 gst_gl_context_get_current_gl_api (GST_GL_PLATFORM_CGL, NULL, NULL));
Dgstglcontext_cocoa.m183 GST_GL_CONFIG_STRUCTURE_SET_ARGS(PLATFORM, GstGLPlatform, GST_GL_PLATFORM_CGL),
387 return GST_GL_PLATFORM_CGL;
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp84 (guintptr) qt_current_nsopengl_context (), GST_GL_PLATFORM_CGL, in initializeGL()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc215 platform = GST_GL_PLATFORM_CGL;