Searched refs:wsi_create_xlib_surface (Results 1 – 7 of 7) sorted by relevance
/external/mesa3d/src/vulkan/wsi/ |
D | wsi_common_x11.h | 38 VkResult wsi_create_xlib_surface(const VkAllocationCallbacks *pAllocator,
|
D | wsi_common_x11.c | 713 VkResult wsi_create_xlib_surface(const VkAllocationCallbacks *pAllocator, in wsi_create_xlib_surface() function
|
/external/mesa3d/src/broadcom/vulkan/ |
D | v3dv_wsi_x11.c | 98 return wsi_create_xlib_surface(alloc, pCreateInfo, pSurface); in v3dv_CreateXlibSurfaceKHR()
|
/external/mesa3d/src/freedreno/vulkan/ |
D | tu_wsi_x11.c | 99 return wsi_create_xlib_surface(alloc, pCreateInfo, pSurface); in tu_CreateXlibSurfaceKHR()
|
/external/mesa3d/src/intel/vulkan/ |
D | anv_wsi_x11.c | 95 return wsi_create_xlib_surface(alloc, pCreateInfo, pSurface); in anv_CreateXlibSurfaceKHR()
|
/external/mesa3d/src/amd/vulkan/ |
D | radv_wsi_x11.c | 99 return wsi_create_xlib_surface(alloc, pCreateInfo, pSurface); in radv_CreateXlibSurfaceKHR()
|
/external/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_wsi_x11.c | 92 return wsi_create_xlib_surface(alloc, pCreateInfo, pSurface); in lvp_CreateXlibSurfaceKHR()
|