Searched refs:GST_GL_PLATFORM_CGL (Results 1 – 8 of 8) sorted by relevance
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglapi.c | 175 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()
|
D | gstglapi.h | 96 GST_GL_PLATFORM_CGL = (1 << 3), enumerator
|
D | gstglcontext.c | 464 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/ |
D | gstglapi.c | 86 {GST_GL_PLATFORM_CGL, "cgl"},
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/cocoa/ |
D | gstglcaopengllayer.m | 141 (guintptr) self->gl_context, GST_GL_PLATFORM_CGL, 142 gst_gl_context_get_current_gl_api (GST_GL_PLATFORM_CGL, NULL, NULL));
|
D | gstglcontext_cocoa.m | 183 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/ |
D | qglrenderer.cpp | 84 (guintptr) qt_current_nsopengl_context (), GST_GL_PLATFORM_CGL, in initializeGL()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtglutility.cc | 215 platform = GST_GL_PLATFORM_CGL;
|