Searched refs:frame_callback_list (Results 1 – 3 of 3) sorted by relevance
/third_party/weston/clients/ |
D | nested.c | 108 struct wl_list frame_callback_list; member 117 struct wl_list frame_callback_list; member 255 wl_list_for_each_safe(nc, next, &surface->frame_callback_list, link) { in flush_surface_frame_callback_list() 259 wl_list_init(&surface->frame_callback_list); in flush_surface_frame_callback_list() 399 &surface->frame_callback_list, link) in destroy_surface() 403 &surface->pending.frame_callback_list, link) in destroy_surface() 529 wl_list_insert(surface->pending.frame_callback_list.prev, in surface_frame() 569 wl_list_insert_list(&surface->frame_callback_list, in surface_commit() 570 &surface->pending.frame_callback_list); in surface_commit() 571 wl_list_init(&surface->pending.frame_callback_list); in surface_commit() [all …]
|
/third_party/weston/libweston/ |
D | compositor.c | 482 wl_list_init(&state->frame_callback_list); in weston_surface_state_init() 503 &state->frame_callback_list, link) in weston_surface_state_fini() 564 wl_list_init(&surface->frame_callback_list); in weston_surface_create() 2260 wl_list_for_each_safe(cb, next, &surface->frame_callback_list, link) in weston_surface_destroy() 2762 struct wl_list frame_callback_list; in weston_output_repaint() local 2806 wl_list_init(&frame_callback_list); in weston_output_repaint() 2812 wl_list_insert_list(&frame_callback_list, in weston_output_repaint() 2813 &ev->surface->frame_callback_list); in weston_output_repaint() 2814 wl_list_init(&ev->surface->frame_callback_list); in weston_output_repaint() 2844 wl_list_for_each_safe(cb, cnext, &frame_callback_list, link) { in weston_output_repaint() [all …]
|
/third_party/weston/include/libweston/ |
D | libweston.h | 1345 struct wl_list frame_callback_list; member 1439 struct wl_list frame_callback_list; member
|