Home
last modified time | relevance | path

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

/external/wayland/tests/
Dtest-compositor.c283 assert(d->wfr_num < num in handle_stop_display()
286 ++d->wfr_num; in handle_stop_display()
297 if (d->wfr_num == num) in handle_stop_display()
351 d->wfr_num = 0; in display_create()
363 assert(d->wfr_num == 0 in display_run()
373 assert(d->wfr_num > 0 && "test error: No clients waiting."); in display_post_resume_events()
382 d->wfr_num = 0; in display_post_resume_events()
398 assert(d->wfr_num == 0 in display_destroy()
Dtest-compositor.h56 uint32_t wfr_num; member