Searched refs:ResetEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 84 PFN_vkResetEvent ResetEvent; member
|
D | api_gen.cpp | 182 INIT_PROC(dev, ResetEvent); in InitDispatchTable() 326 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event); 629 { "vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(ResetEvent) }, in GetInstanceProcAddr() 794 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function 795 return GetData(device).dispatch.ResetEvent(device, event); in ResetEvent() 1444 return vulkan::api::ResetEvent(device, event); in vkResetEvent()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 191 … {"vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetEvent>(ResetEvent))},
|
D | null_driver_gen.h | 77 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event);
|
D | null_driver.cpp | 1169 VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function
|