Home
last modified time | relevance | path

Searched refs:ExportSemaphore (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DVulkanExternalImageTest.cpp75 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/
DSemaphoreServiceNull.cpp46 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore() function in dawn_native::vulkan::external_semaphore::Service
DSemaphoreService.h49 ResultOrError<ExternalSemaphoreHandle> ExportSemaphore(VkSemaphore semaphore);
DSemaphoreServiceFD.cpp121 ResultOrError<ExternalSemaphoreHandle> Service::ExportSemaphore(VkSemaphore semaphore) { in ExportSemaphore() function in dawn_native::vulkan::external_semaphore::Service
DSemaphoreServiceZirconHandle.cpp118 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/
DDeviceVk.cpp781 mExternalSemaphoreService->ExportSemaphore(signalSemaphore)); in SignalAndExportExternalTexture()