Searched refs:wayland_display (Results 1 – 4 of 4) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/ |
D | gstgtk.c | 62 struct wl_display *wayland_display = in gst_gtk_handle_need_context() local 64 if (wayland_display) { in gst_gtk_handle_need_context() 71 gst_structure_set (s, "display", G_TYPE_POINTER, wayland_display, in gst_gtk_handle_need_context()
|
/third_party/gstreamer/gstplugins_good/ext/qt/ |
D | gstqtglutility.cc | 104 struct wl_display * wayland_display; in gst_qt_get_gl_display() local 107 wayland_display = (struct wl_display *) in gst_qt_get_gl_display() 110 gst_gl_display_wayland_new_with_display (wayland_display); in gst_qt_get_gl_display()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglutils.c | 500 struct wl_display *wayland_display = in gst_gl_handle_context_query() local 503 if (wayland_display) { in gst_gl_handle_context_query() 505 gst_structure_set (s, "display", G_TYPE_POINTER, wayland_display, NULL); in gst_gl_handle_context_query() 511 GST_PTR_FORMAT ") on %" GST_PTR_FORMAT, wayland_display, display, in gst_gl_handle_context_query()
|
/third_party/gstreamer/gstplugins_good/ext/gtk/ |
D | gtkgstglwidget.c | 499 struct wl_display *wayland_display = in gtk_gst_gl_widget_init() local 502 gst_gl_display_wayland_new_with_display (wayland_display); in gtk_gst_gl_widget_init()
|