Home
last modified time | relevance | path

Searched refs:GST_GL_PLATFORM_GLX (Results 1 – 9 of 9) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglapi.c172 ADD_PLATFORM (GST_GL_PLATFORM_GLX, "glx"); in gst_gl_platform_to_string()
211 ret |= GST_GL_PLATFORM_GLX; in gst_gl_platform_from_string()
Dgstglapi.h94 GST_GL_PLATFORM_GLX = (1 << 1), enumerator
Dgstglcontext.c452 if (context_type == GST_GL_PLATFORM_GLX) { in gst_gl_context_new_wrapped()
509 if (!handle && (context_type & GST_GL_PLATFORM_GLX) != 0) in gst_gl_context_get_current_gl_context()
557 if (!ret && (context_type & GST_GL_PLATFORM_GLX) != 0) in gst_gl_context_get_proc_address_with_platform()
1548 if (gst_gl_context_get_gl_platform (context) == GST_GL_PLATFORM_GLX in gst_gl_context_fill_info()
/third_party/gstreamer/gstplugins_good/ext/qt/
Dgstqtglutility.cc193 platform = GST_GL_PLATFORM_GLX;
307 if (platform == GST_GL_PLATFORM_GLX) {
/third_party/gstreamer/gstplugins_base/tests/check/libs/
Dgstglapi.c83 {GST_GL_PLATFORM_GLX, "glx"},
/third_party/gstreamer/gstplugins_base/tests/examples/gl/qt/qglwtextureshare/
Dqglrenderer.cpp89 GST_GL_PLATFORM_GLX, GST_GL_API_OPENGL); in initializeGL()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/x11/
Dgstglcontext_glx.c172 GST_GL_PLATFORM_GLX), "platform-sub-type", G_TYPE_STRING, "fbconfig", in fb_config_to_structure()
624 if (gst_gl_context_get_gl_platform (other_context) != GST_GL_PLATFORM_GLX) { in gst_gl_context_glx_create_context()
902 return GST_GL_PLATFORM_GLX; in gst_gl_context_glx_get_gl_platform()
/third_party/gstreamer/gstplugins_base/tests/examples/gl/sdl/
Dsdlshare.c575 gl_platform = GST_GL_PLATFORM_GLX; in main()
/third_party/gstreamer/gstplugins_good/ext/gtk/
Dgtkgstglwidget.c551 platform = GST_GL_PLATFORM_GLX; in _get_gl_context()