Searched refs:icd_surface (Results 1 – 2 of 2) sorted by relevance
385 x11_surface_get_connection(VkIcdSurfaceBase *icd_surface) in x11_surface_get_connection() argument387 if (icd_surface->platform == VK_ICD_WSI_PLATFORM_XLIB) in x11_surface_get_connection()388 return XGetXCBConnection(((VkIcdSurfaceXlib *)icd_surface)->dpy); in x11_surface_get_connection()390 return ((VkIcdSurfaceXcb *)icd_surface)->connection; in x11_surface_get_connection()394 x11_surface_get_window(VkIcdSurfaceBase *icd_surface) in x11_surface_get_window() argument396 if (icd_surface->platform == VK_ICD_WSI_PLATFORM_XLIB) in x11_surface_get_window()397 return ((VkIcdSurfaceXlib *)icd_surface)->window; in x11_surface_get_window()399 return ((VkIcdSurfaceXcb *)icd_surface)->window; in x11_surface_get_window()403 x11_surface_get_support(VkIcdSurfaceBase *icd_surface, in x11_surface_get_support() argument410 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); in x11_surface_get_support()[all …]
461 wsi_wl_surface_get_formats(VkIcdSurfaceBase *icd_surface, in wsi_wl_surface_get_formats() argument466 VkIcdSurfaceWayland *surface = (VkIcdSurfaceWayland *)icd_surface; in wsi_wl_surface_get_formats()490 wsi_wl_surface_get_formats2(VkIcdSurfaceBase *icd_surface, in wsi_wl_surface_get_formats2() argument496 VkIcdSurfaceWayland *surface = (VkIcdSurfaceWayland *)icd_surface; in wsi_wl_surface_get_formats2()769 wsi_wl_surface_create_swapchain(VkIcdSurfaceBase *icd_surface, in wsi_wl_surface_create_swapchain() argument777 VkIcdSurfaceWayland *surface = (VkIcdSurfaceWayland *)icd_surface; in wsi_wl_surface_create_swapchain()