Home
last modified time | relevance | path

Searched refs:get_present_modes (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/vulkan/wsi/
Dwsi_common_private.h115 VkResult (*get_present_modes)(VkIcdSurfaceBase *surface, member
Dwsi_common_wayland.c896 wsi->base.get_present_modes = wsi_wl_surface_get_present_modes; in wsi_wl_init_wsi()
Dwsi_common.c600 return iface->get_present_modes(surface, pPresentModeCount, in wsi_common_get_surface_present_modes()
Dwsi_common_x11.c1214 wsi->base.get_present_modes = x11_surface_get_present_modes; in wsi_x11_init_wsi()