Searched defs:shell_surface (Results 1 - 2 of 2) sorted by relevance

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

Completed in 63 milliseconds