Searched refs:WSI_DEBUG_NOSHM (Results 1 – 4 of 4) sorted by relevance
40 #define WSI_DEBUG_NOSHM (1ull << 2) macro
2306 !(WSI_DEBUG & WSI_DEBUG_NOSHM)) { in wsi_wl_surface_create_swapchain()
55 { "noshm", WSI_DEBUG_NOSHM },
232 bool wants_shm = wsi_dev->sw && !(WSI_DEBUG & WSI_DEBUG_NOSHM) && in wsi_x11_connection_create()