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.h132 VkResult (*get_present_rectangles)(VkIcdSurfaceBase *surface, member
Dwsi_common_win32.c688 wsi->base.get_present_rectangles = wsi_win32_surface_get_present_rectangles; in wsi_win32_init_wsi()
Dwsi_common.c498 return iface->get_present_rectangles(surface, wsi_device, in wsi_GetPhysicalDevicePresentRectanglesKHR()
Dwsi_common_wayland.c1342 wsi->base.get_present_rectangles = wsi_wl_surface_get_present_rectangles; in wsi_wl_init_wsi()
Dwsi_common_x11.c1964 wsi->base.get_present_rectangles = x11_surface_get_present_rectangles; in wsi_x11_init_wsi()
Dwsi_common_display.c1949 wsi->base.get_present_rectangles = wsi_display_surface_get_present_rectangles; in wsi_display_init_wsi()