Home
last modified time | relevance | path

Searched refs:wl_shell (Results 1 – 14 of 14) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.h57 struct wl_shell *wl_shell; member
Dwldisplay.c96 if (self->wl_shell) in gst_wl_display_finalize()
97 wl_shell_destroy (self->wl_shell); in gst_wl_display_finalize()
222 self->wl_shell = wl_registry_bind (registry, id, &wl_shell_interface, 1); in registry_handle_global()
366 if (!self->wl_shell && !self->xdg_wm_base && !self->fullscreen_shell) { in gst_wl_display_new_existing()
Dwlwindow.c303 } else if (display->wl_shell) { in gst_wl_window_new_toplevel()
305 window->wl_shell_surface = wl_shell_get_shell_surface (display->wl_shell, in gst_wl_window_new_toplevel()
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandvideo.h46 struct wl_shell *shell;
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkdisplay_wayland.h67 struct wl_shell *shell;
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstgldisplay_wayland.h61 struct wl_shell *shell; /* unset */
Dgstglwindow_wayland_egl.h50 struct wl_shell *shell;
/third_party/flutter/glfw/src/
Dwl_platform.h114 struct wl_shell* shell;
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h139 wl_shell *shell;
Dvulkan_command_buffer_utils.cpp328 info->shell = (wl_shell *)wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h139 wl_shell *shell;
Dvulkan_command_buffer_utils.cpp320 info->shell = (wl_shell *)wl_registry_bind(registry, id, &wl_shell_interface, 1); in registry_handle_global()
/third_party/gstreamer/gstplugins_base/
DChangeLog13702 gl/wayland: Don't prefix wl_shell struct field
15215 [wl_shell] is officially [deprecated], so provide support for the
15217 (In case they don't, we can of course fall back to wl_shell).
15220 …[wl_shell]: https://people.freedesktop.org/~whot/wayland-doxygen/wayland/Client/group__iface__wl__…
15229 between wl_shell and xdg_wm_base later.
16109 gl/wayland: destroy wl_shell instance at finalize
/third_party/gstreamer/gstplugins_bad/
DChangeLog41755 [wl_shell] is officially [deprecated], so provide support for the
41757 (In case they don't, we can of course fall back to wl_shell).
41761 …[wl_shell]: https://people.freedesktop.org/~whot/wayland-doxygen/wayland/Client/group__iface__wl__…
41771 waylandsink: prefix wl_shell-specific variables with wl_
47181 waylandsink: relaxed wl_shell check and added zwp_fullscreen_shell.
47182 Relaxed the wl_shell interface constrains, so application that
111195 xdg_shell instead of wl_shell), but for now let's require them all.