Home
last modified time | relevance | path

Searched refs:DestroySemaphore (Results 1 – 6 of 6) sorted by relevance

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h91 PFN_vkDestroySemaphore DestroySemaphore; member
Dapi_gen.cpp221 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/
Dnull_driver_gen.cpp159 …ore", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroySemaphore>(DestroySemaphore))},
Dnull_driver_gen.h72 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
Dnull_driver.cpp1234 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore() function
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp336 GET_DEV_PROC(DestroySemaphore); in setupDevice()