Searched defs:GetEventStatus (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h94 PFN_vkGetEventStatus GetEventStatus; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp224 INIT_PROC(true, dev, GetEventStatus);
389 VKAPI_ATTR VkResult GetEventStatus(VkDevice device, VkEvent event);
757 { "vkGetEventStatus", reinterpret_cast<PFN_vkVoidFunction>(GetEventStatus) },
939 VKAPI_ATTR VkResult GetEventStatus(VkDevice device, VkEvent event) { function in namespace:vulkan::api::__anon1925
940 return GetData(device).dispatch.GetEventStatus(device, event);
1719 return vulkan::api::GetEventStatus(device, event);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1240 VkResult GetEventStatus(VkDevice device, VkEvent event) { function in namespace:null_driver

Completed in 20 milliseconds