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

/frameworks/native/vulkan/nulldrv/
H A Dnull_driver.cpp892 VkSemaphore,
900 const VkSemaphore*,
1042 VkSemaphore* semaphore) {
1043 *semaphore = AllocHandle<VkSemaphore>(device, HandleType::kSemaphore);
1153 void DestroySemaphore(VkDevice device, VkSemaphore semaphore, const VkAllocationCallbacks* allocator) {
898 QueueSignalReleaseImageANDROID(VkQueue, uint32_t, const VkSemaphore*, VkImage, int* fence) argument

Completed in 62 milliseconds