Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c81 int n_screens; member
139 int index = HostX.n_screens; in hostx_add_screen()
141 HostX.n_screens += 1; in hostx_add_screen()
143 HostX.n_screens, sizeof(HostX.screens[0])); in hostx_add_screen()
378 for (index = 0; index < HostX.n_screens; index++) { in hostx_set_fullscreen_hint()
584 for (index = 0; index < HostX.n_screens; index++) { in hostx_init()
727 for (index = 0; index < HostX.n_screens; index++) { in hostx_init()
1342 if (a_screen_number < 0 || a_screen_number >= HostX.n_screens) { in hostx_get_window()