Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.c1431 int a_visual_id, int *a_host_peer /*out parameter */ ) in hostx_create_window() argument
1446 visual = xcb_aux_find_visual_by_id(screen, a_visual_id); in hostx_create_window()
1449 a_visual_id); in hostx_create_window()
1452 depth = xcb_aux_get_depth_of_visual(screen, a_visual_id); in hostx_create_window()
1466 a_visual_id); in hostx_create_window()
1476 a_visual_id, winmask, attrs); in hostx_create_window()
H A Dhostx.h180 int a_visual_id, int *a_host_win /*out parameter */ );