Home
last modified time | relevance | path

Searched refs:DestroyEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h96 PFN_vkDestroyEvent DestroyEvent; member
Dapi_gen.cpp223 INIT_PROC(true, dev, DestroyEvent); in InitDispatchTable()
437 VKAPI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocato…
868 { "vkDestroyEvent", reinterpret_cast<PFN_vkVoidFunction>(DestroyEvent) }, in GetInstanceProcAddr()
1098 VKAPI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocato… in DestroyEvent() function
1099 GetData(device).dispatch.DestroyEvent(device, event, pAllocator); in DestroyEvent()
2082 vulkan::api::DestroyEvent(device, event, pAllocator); in vkDestroyEvent()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp184 …estroyEvent", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyEvent>(DestroyEvent))},
Dnull_driver_gen.h75 VKAPI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocato…
Dnull_driver.cpp1268 void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* allocator) { in DestroyEvent() function