Searched refs:pSemaphore (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/vulkan/nulldrv/ |
D | null_driver_gen.h | 72 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore);
|
/frameworks/native/vulkan/libvulkan/ |
D | api_gen.cpp | 384 …emaphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore); 928 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in CreateSemaphore() argument 929 return GetData(device).dispatch.CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in CreateSemaphore() 1708 …maphoreCreateInfo* pCreateInfo, const VkAllocationCallbacks* pAllocator, VkSemaphore* pSemaphore) { in vkCreateSemaphore() argument 1709 return vulkan::api::CreateSemaphore(device, pCreateInfo, pAllocator, pSemaphore); in vkCreateSemaphore()
|