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

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h96 PFN_vkResetEvent ResetEvent; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp226 INIT_PROC(true, dev, ResetEvent);
391 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event);
780 { "vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(ResetEvent) },
947 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event) { function in namespace:vulkan::api::__anon1925
948 return GetData(device).dispatch.ResetEvent(device, event);
1729 return vulkan::api::ResetEvent(device, event);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp1250 VkResult ResetEvent(VkDevice device, VkEvent event) { function in namespace:null_driver

Completed in 42 milliseconds