Home
last modified time | relevance | path

Searched defs:wl_shell_surface (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/wayland/
Dwlwindow.c106 handle_ping (void *data, struct wl_shell_surface *wl_shell_surface, in handle_ping()
113 handle_configure (void *data, struct wl_shell_surface *wl_shell_surface, in handle_configure()
128 handle_popup_done (void *data, struct wl_shell_surface *wl_shell_surface) in handle_popup_done()
Dwlwindow.h55 struct wl_shell_surface *wl_shell_surface; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/wayland/
Dgstglwindow_wayland_egl.c190 handle_ping (void *data, struct wl_shell_surface *wl_shell_surface, in handle_ping()
204 handle_configure (void *data, struct wl_shell_surface *wl_shell_surface, in handle_configure()
216 handle_popup_done (void *data, struct wl_shell_surface *wl_shell_surface) in handle_popup_done()
322 struct wl_shell_surface *wl_shell_surface; in create_wl_shell_surface() local
Dgstglwindow_wayland_egl.h73 struct wl_shell_surface *wl_shell_surface; member
/third_party/wayland_standard/tests/data/
Dexample-client.h2994 wl_shell_surface_add_listener(struct wl_shell_surface *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()
3075 wl_shell_surface_get_user_data(struct wl_shell_surface *wl_shell_surface) in wl_shell_surface_get_user_data()
3081 wl_shell_surface_get_version(struct wl_shell_surface *wl_shell_surface) in wl_shell_surface_get_version()
3088 wl_shell_surface_destroy(struct wl_shell_surface *wl_shell_surface) in wl_shell_surface_destroy()
3100 wl_shell_surface_pong(struct wl_shell_surface *wl_shell_surface, uint32_t serial) in wl_shell_surface_pong()
3116 wl_shell_surface_move(struct wl_shell_surface *wl_shell_surface, struct wl_seat *seat, uint32_t ser… in wl_shell_surface_move()
3132 wl_shell_surface_resize(struct wl_shell_surface *wl_shell_surface, struct wl_seat *seat, uint32_t s… in wl_shell_surface_resize()
3146 wl_shell_surface_set_toplevel(struct wl_shell_surface *wl_shell_surface) in wl_shell_surface_set_toplevel()
3164 wl_shell_surface_set_transient(struct wl_shell_surface *wl_shell_surface, struct wl_surface *parent… in wl_shell_surface_set_transient()
[all …]