Home
last modified time | relevance | path

Searched refs:get_present_rectangles (Results 1 – 6 of 6) sorted by relevance

/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h260 VkResult (*get_present_rectangles)(VkIcdSurfaceBase *surface, member
Dwsi_common_win32.c529 wsi->base.get_present_rectangles = wsi_win32_surface_get_present_rectangles; in wsi_win32_init_wsi()
Dwsi_common_wayland.c1420 wsi->base.get_present_rectangles = wsi_wl_surface_get_present_rectangles; in wsi_wl_init_wsi()
Dwsi_common.c754 return iface->get_present_rectangles(surface, wsi_device, in wsi_GetPhysicalDevicePresentRectanglesKHR()
Dwsi_common_x11.c2279 wsi->base.get_present_rectangles = x11_surface_get_present_rectangles; in wsi_x11_init_wsi()
Dwsi_common_display.c2180 wsi->base.get_present_rectangles = wsi_display_surface_get_present_rectangles; in wsi_display_init_wsi()