Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h161 bool extra_xwayland_image; member
274 bool extra_xwayland_image; member
Dwsi_common.c84 wsi->x11.extra_xwayland_image = device_options->extra_xwayland_image; in wsi_device_init()
Dwsi_common_x11.c679 return is_xwayland && wsi_device->x11.extra_xwayland_image ? 4 : 3; in x11_get_min_image_count()