Searched refs:ResetEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 96 PFN_vkResetEvent ResetEvent; member
|
D | api_gen.cpp | 226 INIT_PROC(true, dev, ResetEvent); in InitDispatchTable() 391 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event); 785 { "vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(ResetEvent) }, in GetInstanceProcAddr() 952 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function 953 return GetData(device).dispatch.ResetEvent(device, event); in ResetEvent() 1734 return vulkan::api::ResetEvent(device, event); in vkResetEvent()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 229 … {"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 | 1250 VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function
|