Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h93 PFN_vkDestroyEvent DestroyEvent; member
Dapi_gen.cpp223 INIT_PROC(true, dev, DestroyEvent); in InitDispatchTable()
388 VKAPI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocato…
719 { "vkDestroyEvent", reinterpret_cast<PFN_vkVoidFunction>(DestroyEvent) }, in GetInstanceProcAddr()
935 VKAPI_ATTR void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* pAllocato… in DestroyEvent() function
936 GetData(device).dispatch.DestroyEvent(device, event, pAllocator); in DestroyEvent()
1714 vulkan::api::DestroyEvent(device, event, pAllocator); in vkDestroyEvent()
/frameworks/native/vulkan/nulldrv/
Dnull_driver_gen.cpp146 …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.cpp1237 void DestroyEvent(VkDevice device, VkEvent event, const VkAllocationCallbacks* allocator) { in DestroyEvent() function