Searched refs:ExportSemaphore (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | VulkanExternalImageTest.cpp | 75 static VkResult ExportSemaphore(VulkanHelper *helper, VkSemaphore semaphore, Handle *handle) in ExportSemaphore() function 140 static VkResult ExportSemaphore(VulkanHelper *helper, VkSemaphore semaphore, Handle *handle) in ExportSemaphore() function 290 result = Traits::ExportSemaphore(&helper, vkSemaphore, &semaphoreHandle); in RunShouldImportSemaphoreTest() 656 result = Traits::ExportSemaphore(&helper, vkAcquireSemaphore, &acquireSemaphoreHandle); in RunShouldClearWithSemaphoresTest() 661 result = Traits::ExportSemaphore(&helper, vkReleaseSemaphore, &releaseSemaphoreHandle); in RunShouldClearWithSemaphoresTest() 894 result = Traits::ExportSemaphore(&helper, vkAcquireSemaphore, &acquireSemaphoreHandle); in runShouldDrawTest() 899 result = Traits::ExportSemaphore(&helper, vkReleaseSemaphore, &releaseSemaphoreHandle); in runShouldDrawTest() 1045 result = Traits::ExportSemaphore(&helper, vkAcquireSemaphore, &acquireSemaphoreHandle); in runWaitSemaphoresRetainsContentTest() 1050 result = Traits::ExportSemaphore(&helper, vkReleaseSemaphore, &releaseSemaphoreHandle); in runWaitSemaphoresRetainsContentTest()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/external_semaphore/ |
D | SemaphoreServiceNull.cpp | 46 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore() function in dawn_native::vulkan::external_semaphore::Service
|
D | SemaphoreService.h | 49 ResultOrError<ExternalSemaphoreHandle> ExportSemaphore(VkSemaphore semaphore);
|
D | SemaphoreServiceFD.cpp | 121 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore() function in dawn_native::vulkan::external_semaphore::Service
|
D | SemaphoreServiceZirconHandle.cpp | 118 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore() function in dawn_native::vulkan::external_semaphore::Service
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.cpp | 781 mExternalSemaphoreService->ExportSemaphore(signalSemaphore)); in SignalAndExportExternalTexture()
|