Home
last modified time | relevance | path

Searched refs:weston_head_from_resource (Results 1 – 10 of 10) sorted by relevance

/third_party/weston/compositor/
Dweston-screenshooter.c70 weston_head_from_resource(output_resource)->output; in screenshooter_shoot()
/third_party/weston/desktop-shell/
Dinput-panel.c278 head = weston_head_from_resource(output_resource); in input_panel_surface_set_toplevel()
Dshell.c3080 surface->output = weston_head_from_resource(output_resource)->output; in desktop_shell_set_background()
3177 surface->output = weston_head_from_resource(output_resource)->output; in desktop_shell_set_panel()
/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c775 output = weston_head_from_resource(output_res)->output; in fullscreen_shell_present_surface()
819 output = weston_head_from_resource(output_res)->output; in fullscreen_shell_present_surface_for_mode()
/third_party/weston/libweston-desktop/
Dwl-shell.c311 output = weston_head_from_resource(output_resource)->output; in weston_desktop_wl_shell_surface_protocol_set_fullscreen()
Dxdg-shell-v6.c518 output = weston_head_from_resource(output_resource)->output; in weston_desktop_xdg_toplevel_protocol_set_fullscreen()
Dxdg-shell.c536 output = weston_head_from_resource(output_resource)->output; in weston_desktop_xdg_toplevel_protocol_set_fullscreen()
/third_party/weston/tests/
Dweston-test.c572 weston_head_from_resource(output_resource)->output; in capture_screenshot()
/third_party/weston/include/libweston/
Dlibweston.h2065 weston_head_from_resource(struct wl_resource *resource);
/third_party/weston/libweston/
Dcompositor.c5138 weston_head_from_resource(struct wl_resource *resource) in weston_head_from_resource() function