Searched refs:DestroySemaphore (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/vulkan/libvulkan/
H A Dapi_gen.h79 PFN_vkDestroySemaphore DestroySemaphore; member in struct:vulkan::api::DeviceDispatchTable
H A Dapi_gen.cpp177 INIT_PROC(dev, DestroySemaphore);
321 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
592 { "vkDestroySemaphore", reinterpret_cast<PFN_vkVoidFunction>(DestroySemaphore) },
774 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator) { function in namespace:vulkan::api::__anon1598
775 GetData(device).dispatch.DestroySemaphore(device, semaphore, pAllocator);
1419 vulkan::api::DestroySemaphore(device, semaphore, pAllocator);
/frameworks/native/vulkan/nulldrv/
H A Dnull_driver_gen.cpp149 {"vkDestroySemaphore", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroySemaphore>(DestroySemaphore))},
H A Dnull_driver_gen.h72 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* pAllocator);
H A Dnull_driver.cpp1153 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocator) { function in namespace:null_driver

Completed in 638 milliseconds