Searched defs:VkSemaphore (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp942 VkSemaphore,
950 const VkSemaphore*,
1092 VkSemaphore* semaphore) {
1093 *semaphore = AllocHandle<VkSemaphore>(device, HandleType::kSemaphore);
1222 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocator) {
948 QueueSignalReleaseImageANDROID(VkQueue, uint32_t, const VkSemaphore*, VkImage, int* fence) argument

Completed in 50 milliseconds