Searched refs:weston_desktop (Results 1 – 13 of 13) sorted by relevance
/third_party/weston/libweston-desktop/ |
D | internal.h | 33 weston_desktop_get_compositor(struct weston_desktop *desktop); 35 weston_desktop_get_display(struct weston_desktop *desktop); 38 weston_desktop_api_ping_timeout(struct weston_desktop *desktop, 41 weston_desktop_api_pong(struct weston_desktop *desktop, 44 weston_desktop_api_surface_added(struct weston_desktop *desktop, 47 weston_desktop_api_surface_removed(struct weston_desktop *desktop, 50 weston_desktop_api_committed(struct weston_desktop *desktop, 54 weston_desktop_api_show_window_menu(struct weston_desktop *desktop, 59 weston_desktop_api_set_parent(struct weston_desktop *desktop, 63 weston_desktop_api_move(struct weston_desktop *desktop, [all …]
|
D | libweston-desktop.c | 39 struct weston_desktop { struct 55 WL_EXPORT struct weston_desktop * argument 59 struct weston_desktop *desktop; in weston_desktop_create() 65 desktop = zalloc(sizeof(struct weston_desktop)); in weston_desktop_create() 101 weston_desktop_destroy(struct weston_desktop *desktop) in weston_desktop_destroy() 118 weston_desktop_get_compositor(struct weston_desktop *desktop) in weston_desktop_get_compositor() 124 weston_desktop_get_display(struct weston_desktop *desktop) in weston_desktop_get_display() 130 weston_desktop_api_ping_timeout(struct weston_desktop *desktop, in weston_desktop_api_ping_timeout() 138 weston_desktop_api_pong(struct weston_desktop *desktop, in weston_desktop_api_pong() 146 weston_desktop_api_surface_added(struct weston_desktop *desktop, in weston_desktop_api_surface_added() [all …]
|
D | client.c | 35 struct weston_desktop *desktop; 84 weston_desktop_client_create(struct weston_desktop *desktop, in weston_desktop_client_create() 140 struct weston_desktop *
|
D | xwayland.c | 50 struct weston_desktop *desktop; 57 struct weston_desktop *desktop; 405 weston_desktop_xwayland_init(struct weston_desktop *desktop) in weston_desktop_xwayland_init()
|
D | wl-shell.c | 52 struct weston_desktop *desktop; 482 struct weston_desktop *desktop = data; in weston_desktop_wl_shell_bind() 490 weston_desktop_wl_shell_create(struct weston_desktop *desktop, in weston_desktop_wl_shell_create()
|
D | xdg-shell-v6.c | 47 struct weston_desktop *desktop; 67 struct weston_desktop *desktop; 1430 struct weston_desktop *desktop = data; in weston_desktop_xdg_shell_bind() 1439 weston_desktop_xdg_shell_v6_create(struct weston_desktop *desktop, struct wl_display *display) in weston_desktop_xdg_shell_v6_create()
|
D | xdg-shell.c | 53 struct weston_desktop *desktop; 73 struct weston_desktop *desktop; 1483 struct weston_desktop *desktop = data; in weston_desktop_xdg_shell_bind() 1492 weston_desktop_xdg_wm_base_create(struct weston_desktop *desktop, in weston_desktop_xdg_wm_base_create()
|
D | surface.c | 46 struct weston_desktop *desktop; 242 weston_desktop_surface_create(struct weston_desktop *desktop, in weston_desktop_surface_create()
|
/third_party/weston/include/libweston-desktop/ |
D | libweston-desktop.h | 47 struct weston_desktop; 121 struct weston_desktop * 125 weston_desktop_destroy(struct weston_desktop *desktop);
|
/third_party/weston/desktop-shell/ |
D | shell.h | 131 struct weston_desktop; 134 struct weston_desktop *desktop;
|
/third_party/weston/ivi-shell/ |
D | ivi-shell.h | 42 struct weston_desktop *desktop;
|
/third_party/weston/kiosk-shell/ |
D | kiosk-shell.h | 32 struct weston_desktop *desktop;
|
/third_party/weston/tests/ |
D | weston-test-desktop-shell.c | 46 struct weston_desktop *desktop;
|