Home
last modified time | relevance | path

Searched refs:committed_private (Results 1 – 11 of 11) sorted by relevance

/third_party/weston/desktop-shell/
Dinput-panel.c171 struct input_panel_surface *ip_surface = surface->committed_private; in input_panel_committed()
215 return surface->committed_private; in get_input_panel_surface()
246 surface->committed_private = input_panel_surface; in create_input_panel_surface()
Dshell.c540 return surface->committed_private; in get_focus_surface()
578 surface->committed_private = fsurf; in create_focus_surface()
2088 struct weston_view *fs_view = surface->committed_private; in black_surface_get_label()
2137 surface->committed_private = fs_view; in create_black_surface()
3035 struct desktop_shell *shell = es->committed_private; in background_committed()
3078 surface->committed_private = shell; in desktop_shell_set_background()
3115 struct desktop_shell *shell = es->committed_private; in panel_committed()
3175 surface->committed_private = shell; in desktop_shell_set_panel()
3209 struct desktop_shell *shell = surface->committed_private; in lock_surface_committed()
3261 surface->committed_private = shell; in desktop_shell_set_lock_surface()
[all …]
/third_party/weston/ivi-shell/
Divi-shell.c85 shsurf = surface->committed_private; in get_ivi_shell_surface()
167 ivisurf->surface->committed_private = NULL; in layout_surface_cleanup()
298 weston_surface->committed_private = ivisurf; in application_surface_create()
/third_party/weston/libweston-desktop/
Dsurface.c147 surface->surface->committed_private = NULL; in weston_desktop_surface_destroy()
225 struct weston_desktop_surface *surface = wsurface->committed_private; in weston_desktop_surface_committed()
271 wsurface->committed_private = surface; in weston_desktop_surface_create()
345 return wsurface->committed_private; in weston_surface_get_desktop_surface()
/third_party/weston/fullscreen-shell/
Dfullscreen-shell.c249 surface->committed_private = fsout; in create_black_surface()
629 struct fullscreen_shell *shell = surface->committed_private; in configure_presented_surface()
654 fsout->surface->committed_private = NULL; in fs_output_apply_pending()
710 surface->committed_private = fsout->shell; in fs_output_set_surface()
729 fsout->surface->committed_private = NULL; in fs_output_set_surface()
/third_party/weston/kiosk-shell/
Dutil.c156 surface->committed_private = NULL; in create_colored_surface()
/third_party/weston/tests/
Dweston-test.c154 struct weston_test_surface *test_surface = surface->committed_private; in test_surface_committed()
179 test_surface = surface->committed_private; in move_surface()
194 surface->committed_private = test_surface; in move_surface()
/third_party/weston/libweston/
Ddata-device.c464 struct weston_pointer_drag *drag = es->committed_private; in pointer_drag_surface_committed()
482 struct weston_touch_drag *drag = es->committed_private; in touch_drag_surface_committed()
941 icon->committed_private = drag; in weston_pointer_start_drag()
1002 icon->committed_private = drag; in weston_touch_start_drag()
Dinput.c1188 surface->committed_private = NULL; in pointer_unmap_sprite()
2668 struct weston_pointer *pointer = es->committed_private; in pointer_cursor_surface_committed()
2745 surface->committed_private = pointer; in pointer_set_cursor()
Dcompositor.c4273 return surface->committed_private; in weston_surface_to_subsurface()
4696 sub->surface->committed_private = NULL; in weston_subsurface_destroy()
4828 surface->committed_private = sub; in subcompositor_get_subsurface()
/third_party/weston/include/libweston/
Dlibweston.h1467 void *committed_private; member