Home
last modified time | relevance | path

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

/frameworks/native/vulkan/libvulkan/
Dapi_gen.h94 PFN_vkDestroySemaphore DestroySemaphore; member
Dapi_gen.cpp221 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/
Dnull_driver_gen.cpp198 …ore", reinterpret_cast<PFN_vkVoidFunction>(static_cast<PFN_vkDestroySemaphore>(DestroySemaphore))},
Dnull_driver_gen.h73 VKAPI_ATTR void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallback…
Dnull_driver.cpp1265 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocato… in DestroySemaphore() function
/frameworks/native/libs/renderengine/skia/
DVulkanInterface.cpp536 VK_GET_DEV_PROC(device, DestroySemaphore); in init()
/frameworks/base/libs/hwui/renderthread/
DVulkanManager.cpp387 GET_DEV_PROC(DestroySemaphore); in setupDevice()