Searched refs:ResetEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 99 PFN_vkResetEvent ResetEvent; member
|
D | api_gen.cpp | 226 INIT_PROC(true, dev, ResetEvent); in InitDispatchTable() 440 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event); 939 { "vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(ResetEvent) }, in GetInstanceProcAddr() 1110 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function 1111 return GetData(device).dispatch.ResetEvent(device, event); in ResetEvent() 2097 return vulkan::api::ResetEvent(device, event); in vkResetEvent()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 280 … {"vkResetEvent", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkResetEvent>(ResetEvent))},
|
D | null_driver_gen.h | 78 VKAPI_ATTR VkResult ResetEvent(VkDevice device, VkEvent event);
|
D | null_driver.cpp | 1281 VkResult ResetEvent(VkDevice device, VkEvent event) { in ResetEvent() function
|