Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_x11.c1050 struct x11_swapchain { struct
1051 struct wsi_swapchain base;
1053 bool has_dri3_modifiers;
1054 bool has_mit_shm;
1055 bool has_async_may_tear;
1057 xcb_connection_t * conn;
1058 xcb_window_t window;
1059 xcb_gc_t gc;
1060 uint32_t depth;
1061 VkExtent2D extent;
[all …]