Searched refs:committed_private (Results 1 – 11 of 11) sorted by relevance
171 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()
540 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 …]
85 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()
147 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()
249 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()
156 surface->committed_private = NULL; in create_colored_surface()
154 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()
464 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()
1188 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()
4273 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()
1467 void *committed_private; member