Searched refs:throttle_callback (Results 1 – 2 of 2) sorted by relevance
452 if (dri2_surf->throttle_callback) in dri2_wl_destroy_surface()453 wl_callback_destroy(dri2_surf->throttle_callback); in dri2_wl_destroy_surface()863 dri2_surf->throttle_callback = NULL; in wayland_throttle_callback()1067 while (dri2_surf->throttle_callback != NULL) in dri2_wl_swap_buffers_with_damage()1082 dri2_surf->throttle_callback = in dri2_wl_swap_buffers_with_damage()1084 wl_callback_add_listener(dri2_surf->throttle_callback, in dri2_wl_swap_buffers_with_damage()1147 if (dri2_surf->throttle_callback == NULL) { in dri2_wl_swap_buffers_with_damage()1148 dri2_surf->throttle_callback = wl_display_sync(dri2_surf->wl_dpy_wrapper); in dri2_wl_swap_buffers_with_damage()1149 wl_callback_add_listener(dri2_surf->throttle_callback, in dri2_wl_swap_buffers_with_damage()1803 while (dri2_surf->throttle_callback != NULL) in dri2_wl_swrast_commit_backbuffer()[all …]
295 struct wl_callback *throttle_callback; member