Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dhostx.h189 int hostx_has_extension(xcb_extension_t *extension);
H A Dhostx.c103 hostx_has_extension(xcb_extension_t *extension) in hostx_has_extension() function
253 if (!hostx_has_extension(&xcb_randr_id)) in hostx_get_output_geometry()
426 if (!hostx_has_extension(&xcb_shm_id) || getenv("XEPHYR_NO_SHM")) { in hostx_init_shm()
1187 if (!hostx_has_extension(&xcb_xkb_id)) { in hostx_load_keymap()
H A Dephyrvideo.c229 if (!hostx_has_extension(&xcb_xv_id)) { in ephyrInitVideo()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog32383 functions. Also rename function to hostx_has_extension() for consistency.