Home | History | Annotate | Download | only in layers

Lines Matching refs:DestroySemaphore

908 VKAPI_ATTR void VKAPI_CALL DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks *pAllocator) {
922 get_dispatch_table(ot_device_table_map, device)->DestroySemaphore(device, semaphore, pAllocator);
3815 if (!strcmp(name, "DestroySemaphore"))
3816 return (PFN_vkVoidFunction)DestroySemaphore;