Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h81 PFN_vkDestroyEvent DestroyEvent; member
Dapi_gen.cpp179 INIT_PROC(dev, DestroyEvent); in InitDispatchTable()
323 VKAPI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocato…
580 { "vkDestroyEvent", reinterpret_cast<PFN_vkVoidFunction>(DestroyEvent) }, in GetInstanceProcAddr()
782 VKAPI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocato… in DestroyEvent() function
783 GetData(device).dispatch.DestroyEvent(device, event, pAllocator); in DestroyEvent()
1429 vulkan::api::DestroyEvent(device, event, pAllocator); in vkDestroyEvent()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp137 …estroyEvent", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroyEvent>(DestroyEvent))},
Dnull_driver_gen.h74 VKAPI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocato…
Dnull_driver.cpp1156 void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* allocator) { in DestroyEvent() function