Searched refs:CreateExportableSemaphore (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ | ||
D | SemaphoreServiceNull.cpp | 42 ResultOrError<VkSemaphore> Service::CreateExportableSemaphore() { in CreateExportableSemaphore() function in dawn_native::vulkan::external_semaphore::Service |
D | SemaphoreService.h | 46 ResultOrError<VkSemaphore> CreateExportableSemaphore(); |
D | SemaphoreServiceFD.cpp | 102 ResultOrError<VkSemaphore> Service::CreateExportableSemaphore() { in CreateExportableSemaphore() function in dawn_native::vulkan::external_semaphore::Service |
D | SemaphoreServiceZirconHandle.cpp | 98 ResultOrError<VkSemaphore> Service::CreateExportableSemaphore() { in CreateExportableSemaphore() function in dawn_native::vulkan::external_semaphore::Service |
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ | ||
D | DeviceVk.cpp | 746 mExternalSemaphoreService->CreateExportableSemaphore()); in ImportExternalImage() |