Home
last modified time | relevance | path

Searched refs:icd_surface (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_x11.c385 x11_surface_get_connection(VkIcdSurfaceBase *icd_surface) in x11_surface_get_connection() argument
387 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() argument
396 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() argument
410 xcb_connection_t *conn = x11_surface_get_connection(icd_surface); in x11_surface_get_support()
[all …]
Dwsi_common_wayland.c461 wsi_wl_surface_get_formats(VkIcdSurfaceBase *icd_surface, in wsi_wl_surface_get_formats() argument
466 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() argument
496 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() argument
777 VkIcdSurfaceWayland *surface = (VkIcdSurfaceWayland *)icd_surface; in wsi_wl_surface_create_swapchain()