Home
last modified time | relevance | path

Searched refs:next_repaint (Results 1 – 2 of 2) sorted by relevance

/third_party/weston/libweston/
Dcompositor.c2885 msec_to_repaint = timespec_sub_to_msec(&output->next_repaint, now); in weston_output_maybe_repaint()
2939 msec_to_this = timespec_sub_to_msec(&output->next_repaint, in output_repaint_timer_arm()
3067 output->next_repaint = now; in weston_output_finish_frame()
3086 timespec_add_nsec(&output->next_repaint, stamp, refresh_nsec); in weston_output_finish_frame()
3087 timespec_add_msec(&output->next_repaint, &output->next_repaint, in weston_output_finish_frame()
3089 msec_rel = timespec_sub_to_msec(&output->next_repaint, &now); in weston_output_finish_frame()
3099 output->next_repaint = now; in weston_output_finish_frame()
3108 while (timespec_sub_to_nsec(&output->next_repaint, &now) < 0) { in weston_output_finish_frame()
3109 timespec_add_nsec(&output->next_repaint, in weston_output_finish_frame()
3110 &output->next_repaint, in weston_output_finish_frame()
/third_party/weston/include/libweston/
Dlibweston.h280 struct timespec next_repaint; member