Home
last modified time | relevance | path

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

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h131 VkResult (*get_present_rectangles)(VkIcdSurfaceBase *surface, member
Dwsi_common.c451 return iface->get_present_rectangles(surface, wsi_device, in wsi_common_get_present_rectangles()
Dwsi_common_wayland.c1185 wsi->base.get_present_rectangles = wsi_wl_surface_get_present_rectangles; in wsi_wl_init_wsi()
Dwsi_common_x11.c1736 wsi->base.get_present_rectangles = x11_surface_get_present_rectangles; in wsi_x11_init_wsi()
Dwsi_common_display.c1939 wsi->base.get_present_rectangles = wsi_display_surface_get_present_rectangles; in wsi_display_init_wsi()