Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c84 bool has_mit_shm; member
338 wsi_conn->has_mit_shm = false; in wsi_x11_connection_create()
340 bool has_mit_shm = shm_reply->present != 0; in wsi_x11_connection_create() local
348 has_mit_shm = ver_reply->shared_pixmaps; in wsi_x11_connection_create()
353 if (has_mit_shm) { in wsi_x11_connection_create()
357 wsi_conn->has_mit_shm = true; in wsi_x11_connection_create()
1054 bool has_mit_shm; member
1746 if (chain->base.wsi->sw && !chain->has_mit_shm) in x11_present_to_x11()
1805 if (chain->base.wsi->sw && !chain->has_mit_shm) { in x11_acquire_next_image()
2131 if (!chain->has_mit_shm) { in x11_image_init()
[all …]