Home
last modified time | relevance | path

Searched refs:fullscreen_shell (Results 1 – 4 of 4) sorted by relevance

/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c41 struct fullscreen_shell { struct
64 struct fullscreen_shell *shell; argument
92 struct fullscreen_shell *shell;
124 replace_default_surface(struct fullscreen_shell *shell, struct weston_surface *surface, in replace_default_surface()
212 listener->shell = container_of(l, struct fullscreen_shell, in seat_created()
318 fs_output_create(struct fullscreen_shell *shell, struct weston_output *output) in fs_output_create()
629 struct fullscreen_shell *shell = surface->committed_private; in configure_presented_surface()
752 struct fullscreen_shell *shell = in fullscreen_shell_present_surface()
812 struct fullscreen_shell *shell = in fullscreen_shell_present_surface_for_mode()
855 struct fullscreen_shell *shell; in output_created()
[all …]
/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwldisplay.c102 if (self->fullscreen_shell) in gst_wl_display_finalize()
103 zwp_fullscreen_shell_v1_release (self->fullscreen_shell); in gst_wl_display_finalize()
228 self->fullscreen_shell = wl_registry_bind (registry, id, in registry_handle_global()
366 if (!self->wl_shell && !self->xdg_wm_base && !self->fullscreen_shell) { in gst_wl_display_new_existing()
Dwldisplay.h59 struct zwp_fullscreen_shell_v1 *fullscreen_shell; member
Dwlwindow.c315 } else if (display->fullscreen_shell) { in gst_wl_window_new_toplevel()
316 zwp_fullscreen_shell_v1_present_surface (display->fullscreen_shell, in gst_wl_window_new_toplevel()