Searched refs:DestroySemaphore (Results 1 – 7 of 7) sorted by relevance
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.h | 94 PFN_vkDestroySemaphore DestroySemaphore; member
|
D | api_gen.cpp | 221 INIT_PROC(true, dev, DestroySemaphore); in InitDispatchTable() 435 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… 882 { "vkDestroySemaphore", reinterpret_cast<PFN_vkVoidFunction>(DestroySemaphore) }, in GetInstanceProcAddr() 1090 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback… in DestroySemaphore() function 1091 GetData(device).dispatch.DestroySemaphore(device, semaphore, pAllocator); in DestroySemaphore() 2072 vulkan::api::DestroySemaphore(device, semaphore, pAllocator); in vkDestroySemaphore()
|
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.cpp | 198 …ore", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroySemaphore>(DestroySemaphore))},
|
D | null_driver_gen.h | 73 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
|
D | null_driver.cpp | 1265 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore() function
|
/frameworks/native/libs/renderengine/skia/ |
D | VulkanInterface.cpp | 536 VK_GET_DEV_PROC(device, DestroySemaphore); in init()
|
/frameworks/base/libs/hwui/renderthread/ |
D | VulkanManager.cpp | 387 GET_DEV_PROC(DestroySemaphore); in setupDevice()
|