Home
last modified time | relevance | path

Searched defs:shell_surface (Results 1 – 11 of 11) sorted by relevance

/third_party/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/wayland/
Dgstvkwindow_wayland.c63 handle_ping (void *data, struct wl_shell_surface *shell_surface, in handle_ping()
78 handle_configure (void *data, struct wl_shell_surface *shell_surface, in handle_configure()
90 handle_popup_done (void *data, struct wl_shell_surface *shell_surface) in handle_popup_done()
Dgstvkwindow_wayland.h54 struct wl_shell_surface *shell_surface; member
/third_party/flutter/skia/third_party/externals/sdl/src/video/wayland/
DSDL_waylandwindow.c36 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping()
43 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure()
89 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done()
DSDL_waylandwindow.h38 struct wl_shell_surface *shell_surface; member
/third_party/weston/clients/
Dsimple-touch.c56 struct wl_shell_surface *shell_surface; member
244 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping()
251 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure()
257 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done()
Dmulti-resource.c75 struct wl_shell_surface *shell_surface; member
119 handle_ping(void *data, struct wl_shell_surface *shell_surface, in handle_ping()
126 handle_configure(void *data, struct wl_shell_surface *shell_surface, in handle_configure()
132 handle_popup_done(void *data, struct wl_shell_surface *shell_surface) in handle_popup_done()
/third_party/weston/desktop-shell/
Dshell.c98 struct shell_surface { struct
99 struct wl_signal destroy_signal;
101 struct weston_desktop_surface *desktop_surface;
102 struct weston_view *view;
103 int32_t last_width, last_height;
105 struct desktop_shell *shell;
107 struct wl_list children_list;
108 struct wl_list children_link;
110 int32_t saved_x, saved_y;
111 bool saved_position_valid;
[all …]
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp296 static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) in handle_ping()
302 wl_shell_surface *shell_surface, in handle_configure()
308 static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {} in handle_popup_done()
/third_party/flutter/skia/third_party/externals/angle2/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.cpp288 static void handle_ping(void *data, wl_shell_surface *shell_surface, uint32_t serial) in handle_ping()
294 wl_shell_surface *shell_surface, in handle_configure()
300 static void handle_popup_done(void *data, wl_shell_surface *shell_surface) {} in handle_popup_done()
/third_party/flutter/glfw/src/
Dwl_platform.h86 struct wl_shell_surface* shell_surface; member
/third_party/weston/libweston/backend-wayland/
Dwayland.c112 struct wl_shell_surface *shell_surface; member
1590 shell_surface_ping(void *data, struct wl_shell_surface *shell_surface, in shell_surface_ping()
1597 shell_surface_configure(void *data, struct wl_shell_surface *shell_surface, in shell_surface_configure()
1609 shell_surface_popup_done(void *data, struct wl_shell_surface *shell_surface) in shell_surface_popup_done()