Home
last modified time | relevance | path

Searched refs:can_present_on_device (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.h219 bool (*can_present_on_device)(VkPhysicalDevice pdevice, int fd); member
Dwsi_common_drm.c259 if (wsi->can_present_on_device) in wsi_device_matches_drm_fd()
260 return wsi->can_present_on_device(wsi->pdevice, drm_fd); in wsi_device_matches_drm_fd()