Searched refs:is_xwayland (Results 1 – 1 of 1) sorted by relevance
83 bool is_xwayland; member216 bool is_xwayland = output_name && strncmp(output_name, "XWAYLAND", 8) == 0; in wsi_x11_detect_xwayland() local219 return is_xwayland; in wsi_x11_detect_xwayland()328 wsi_conn->is_xwayland = wsi_x11_detect_xwayland(conn, randr_reply, in wsi_x11_connection_create()653 x11_get_min_image_count(const struct wsi_device *wsi_device, bool is_xwayland) in x11_get_min_image_count() argument679 return is_xwayland && wsi_device->x11.extra_xwayland_image ? 4 : 3; in x11_get_min_image_count()727 caps->minImageCount = x11_get_min_image_count(wsi_device, wsi_conn->is_xwayland); in x11_surface_get_capabilities()1609 wsi_conn->is_xwayland) || in x11_present_to_x11_dri3()1908 if (wsi_conn->is_xwayland && !wsi_device->x11.xwaylandWaitReady) { in x11_needs_wait_for_fences()1916 return wsi_conn->is_xwayland; in x11_needs_wait_for_fences()[all …]