Home
last modified time | relevance | path

Searched refs:shell_surface (Results 1 – 2 of 2) sorted by relevance

/hardware/intel/common/libva/test/common/
Dva_display_wayland.c39 struct wl_shell_surface *shell_surface; member
115 if (d->shell_surface) { in va_close_display_wayland()
116 wl_shell_surface_destroy(d->shell_surface); in va_close_display_wayland()
117 d->shell_surface = NULL; in va_close_display_wayland()
149 if (!d->shell_surface) { in ensure_window()
150 d->shell_surface = wl_shell_get_shell_surface(d->shell, d->surface); in ensure_window()
151 if (!d->shell_surface) in ensure_window()
153 wl_shell_surface_set_toplevel(d->shell_surface); in ensure_window()
/hardware/intel/common/libva/test/putsurface/
Dputsurface_wayland.c249 struct wl_shell_surface *shell_surface; in create_window() local
254 shell_surface = wl_shell_get_shell_surface(d->shell, surface1); in create_window()
255 wl_shell_surface_set_toplevel(shell_surface); in create_window()