Home
last modified time | relevance | path

Searched defs:is_xwayland (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c83 bool is_xwayland; member
216 bool is_xwayland = output_name && strncmp(output_name, "XWAYLAND", 8) == 0; in wsi_x11_detect_xwayland() local
653 x11_get_min_image_count(const struct wsi_device *wsi_device, bool is_xwayland) in x11_get_min_image_count()