Searched refs:DestroySemaphore (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 91 PFN_vkDestroySemaphore DestroySemaphore; member
|
D | api_gen.cpp | 221 INIT_PROC(true, dev, DestroySemaphore); in InitDispatchTable() 386 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… 737 { "vkDestroySemaphore", reinterpret_cast<PFN_vkVoidFunction>(DestroySemaphore) }, in GetInstanceProcAddr() 932 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… in DestroySemaphore() function 933 GetData(device).dispatch.DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore() 1709 vulkan::api::DestroySemaphore(device, semaphore, pAllocator); in vkDestroySemaphore()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 159 …ore", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroySemaphore>(DestroySemaphore))},
|
D | null_driver_gen.h | 72 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
|
D | null_driver.cpp | 1234 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore() function
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 336 GET_DEV_PROC(DestroySemaphore); in setupDevice()
|