Home
last modified time | relevance | path

Searched refs:wl_shell_surface (Results 1 – 7 of 7) sorted by relevance

/external/wayland/tests/data/
Dexample-client.h83 struct wl_shell_surface;
2826 static inline struct wl_shell_surface *
2834 return (struct wl_shell_surface *) id; in wl_shell_get_shell_surface()
2948 struct wl_shell_surface *wl_shell_surface,
2975 struct wl_shell_surface *wl_shell_surface,
2987 struct wl_shell_surface *wl_shell_surface);
2994 wl_shell_surface_add_listener(struct wl_shell_surface *wl_shell_surface, in wl_shell_surface_add_listener() argument
2997 return wl_proxy_add_listener((struct wl_proxy *) wl_shell_surface, in wl_shell_surface_add_listener()
3068 wl_shell_surface_set_user_data(struct wl_shell_surface *wl_shell_surface, void *user_data) in wl_shell_surface_set_user_data() argument
3070 wl_proxy_set_user_data((struct wl_proxy *) wl_shell_surface, user_data); in wl_shell_surface_set_user_data()
[all …]
Dexample-server.h86 struct wl_shell_surface;
/external/deqp/framework/platform/lnx/wayland/
DtcuLnxWayland.hpp102 struct wl_shell_surface* m_shellSurface;
111 static void handlePing (void* data, struct wl_shell_surface* shellSurface, uint32_t serial);
112 …static void handleConfigure (void* data, struct wl_shell_surface* shellSurface, uint32_t edge…
113 static void handlePopupDone (void* data, struct wl_shell_surface* shellSurface);
DtcuLnxWayland.cpp201 void Window::handlePing (void* data, struct wl_shell_surface* shellSurface, uint32_t serial) in handlePing()
207 void Window::handleConfigure (void* data, struct wl_shell_surface* shellSurface, uint32_t edges, in… in handleConfigure()
216 void Window::handlePopupDone (void* data, struct wl_shell_surface* shellSurface) in handlePopupDone()
/external/libkmsxx/kmscube/
Dcube-wl.cpp18 struct wl_shell_surface* shell_surface;
37 static void shell_surface_ping(void* data, struct wl_shell_surface* shell_surface, uint32_t serial) in shell_surface_ping()
42 static void shell_surface_configure(void* data, struct wl_shell_surface* shell_surface, uint32_t ed… in shell_surface_configure()
49 static void shell_surface_popup_done(void* data, struct wl_shell_surface* shell_surface) in shell_surface_popup_done()
/external/angle/src/tests/test_utils/third_party/
Dvulkan_command_buffer_utils.h140 wl_shell_surface *shell_surface;
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()