Searched refs:xcb (Results 1 – 7 of 7) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xcb_surface/ |
D | platformCreateSurface_xcb.adoc | 79 Some Vulkan functions may: send protocol over the specified xcb connection 81 slink:VkSurfaceKHR referring to an xcb window. 82 Applications must: therefore ensure the xcb connection is available to 86 Specifically, applications using Vulkan with xcb-based swapchains must: 88 * Avoid holding a server grab on an xcb connection while waiting for 90 xcb connection referring to the same X server instance.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/tests/ |
D | README.adoc | 17 ** ggp_c/, wayland-client.h, windows.h, X11/, xcb/, zircon/, screen/ -
|
/hardware/google/gfxstream/guest/mesa/ |
D | meson.build | 418 _platforms += 'xcb' 1993 dep_xcb = dependency('xcb') 1994 dep_xcb_xrandr = dependency('xcb-randr') 1999 dep_xcb_glx = dependency('xcb-glx', version : '>= 1.8.1') 2000 dep_xcb_shm = dependency('xcb-shm') 2005 dep_xcb = dependency('xcb') 2006 dep_xcb_keysyms = dependency('xcb-keysyms', required : false) 2011 dep_x11_xcb = dependency('x11-xcb') 2017 dep_xcb_dri2 = dependency('xcb-dri2', version : '>= 1.8') 2020 dep_xcb_dri3 = dependency('xcb-dri3') [all …]
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_display.c | 2582 xcb_randr_mode_info_t *xcb) in wsi_display_mode_matches_x() argument 2584 return wsi->clock == (xcb->dot_clock + 500) / 1000 && in wsi_display_mode_matches_x() 2585 wsi->hdisplay == xcb->width && in wsi_display_mode_matches_x() 2586 wsi->hsync_start == xcb->hsync_start && in wsi_display_mode_matches_x() 2587 wsi->hsync_end == xcb->hsync_end && in wsi_display_mode_matches_x() 2588 wsi->htotal == xcb->htotal && in wsi_display_mode_matches_x() 2589 wsi->hskew == xcb->hskew && in wsi_display_mode_matches_x() 2590 wsi->vdisplay == xcb->height && in wsi_display_mode_matches_x() 2591 wsi->vsync_start == xcb->vsync_start && in wsi_display_mode_matches_x() 2592 wsi->vsync_end == xcb->vsync_end && in wsi_display_mode_matches_x() [all …]
|
D | wsi_common_x11.c | 99 VkIcdSurfaceXcb xcb; member 991 surface->xcb.base.platform = VK_ICD_WSI_PLATFORM_XCB; in wsi_CreateXcbSurfaceKHR() 992 surface->xcb.connection = pCreateInfo->connection; in wsi_CreateXcbSurfaceKHR() 993 surface->xcb.window = pCreateInfo->window; in wsi_CreateXcbSurfaceKHR() 997 *pSurface = VkIcdSurfaceBase_to_handle(&surface->xcb.base); in wsi_CreateXcbSurfaceKHR()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | boilerplate.adoc | 331 …rface` | X11 Xcb | `vulkan_xcb.h` | `<xcb/xcb.h>` …
|
/hardware/google/gfxstream/host/apigen-codec-common/X11/ |
D | Xlibint.h | 185 struct _X11XCBPrivate *xcb; /* XCB glue private data */ member
|