Home
last modified time | relevance | path

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

/external/wayland/tests/
Dtest-compositor.c280 assert(d->wfr_num < num in handle_stop_display()
283 ++d->wfr_num; in handle_stop_display()
294 if (d->wfr_num == num) in handle_stop_display()
340 d->wfr_num = 0; in display_create()
352 assert(d->wfr_num == 0 in display_run()
362 assert(d->wfr_num > 0 && "test error: No clients waiting."); in display_resume()
371 d->wfr_num = 0; in display_resume()
382 assert(d->wfr_num == 0 in display_destroy()
Dtest-compositor.h56 uint32_t wfr_num; member