Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common.c85 #define WSI_GET_CB(func) \ in wsi_device_init() macro
87 WSI_GET_CB(GetPhysicalDeviceExternalSemaphoreProperties); in wsi_device_init()
88 WSI_GET_CB(GetPhysicalDeviceProperties2); in wsi_device_init()
89 WSI_GET_CB(GetPhysicalDeviceMemoryProperties); in wsi_device_init()
90 WSI_GET_CB(GetPhysicalDeviceQueueFamilyProperties); in wsi_device_init()
91 #undef WSI_GET_CB in wsi_device_init()
143 #define WSI_GET_CB(func) \ in wsi_device_init() macro
145 WSI_GET_CB(AllocateMemory); in wsi_device_init()
146 WSI_GET_CB(AllocateCommandBuffers); in wsi_device_init()
147 WSI_GET_CB(BindBufferMemory); in wsi_device_init()
[all …]