HomeSort by relevance Sort by last modified time
    Searched refs:shell_surface (Results 1 - 10 of 10) sorted by null

  /hardware/intel/common/libva/test/common/
va_display_wayland.c 39 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);
  /external/vulkan-validation-layers/demos/smoke/
ShellWayland.h 55 static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial);
56 static void handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height);
57 static void handle_popup_done(void *data, wl_shell_surface *shell_surface);
ShellWayland.cpp 73 void ShellWayland::handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) {
74 wl_shell_surface_pong(shell_surface, serial);
77 void ShellWayland::handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) {}
79 void ShellWayland::handle_popup_done(void *data, wl_shell_surface *shell_surface) {}
237 if (!shell_surface_) throw std::runtime_error("failed to shell_surface");
  /prebuilts/misc/darwin-x86_64/sdl2/include/SDL2/
SDL_syswm.h 222 struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */ member in struct:SDL_SysWMinfo::__anon263::__anon270
  /prebuilts/misc/windows/sdl2/i686-w64-mingw32/include/SDL2/
SDL_syswm.h 222 struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */ member in struct:SDL_SysWMinfo::__anon372::__anon379
  /prebuilts/misc/windows/sdl2/include/
SDL_syswm.h 210 struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */ member in struct:SDL_SysWMinfo::__anon450::__anon456
  /prebuilts/misc/windows/sdl2/x86_64-w64-mingw32/include/SDL2/
SDL_syswm.h 222 struct wl_shell_surface *shell_surface; /**< Wayland shell_surface (window manager handle) */ member in struct:SDL_SysWMinfo::__anon545::__anon552
  /hardware/intel/common/libva/test/putsurface/
putsurface_wayland.c 249 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);
  /external/vulkan-validation-layers/demos/
cube.cpp 290 wl_shell_surface *shell_surface; member in struct:Demo
396 static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) {
397 wl_shell_surface_pong(shell_surface, serial);
400 static void handle_configure(void *data, wl_shell_surface *shell_surface, uint32_t edges, int32_t width, int32_t height) {}
402 static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {}
417 wl_shell_surface_move(demo->shell_surface, demo->seat, serial);
526 shell_surface{nullptr},
669 wl_shell_surface_destroy(shell_surface);
    [all...]
cube.c 339 struct wl_shell_surface *shell_surface;
    [all...]

Completed in 240 milliseconds