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