Searched refs:waitHandles (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/dawn/src/utils/ |
D | WindowsDebugLogger.cpp | 62 std::array<HANDLE, 2> waitHandles = {shouldExit, dbWinDataReady}; in WindowsDebugLogger() local 65 DWORD wait = WaitForMultipleObjects(waitHandles.size(), waitHandles.data(), in WindowsDebugLogger()
|
/third_party/vk-gl-cts/execserver/ |
D | xsWin32TestProcess.cpp | 132 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run() local 152 …waitRes = WaitForMultipleObjects(DE_LENGTH_OF_ARRAY(waitHandles), &waitHandles[0], FALSE, INFINITE… in run() 227 HANDLE waitHandles[] = { ioEvent.getHandle(), m_cancelEvent.getHandle() }; in run() local 265 …waitRes = WaitForMultipleObjects(DE_LENGTH_OF_ARRAY(waitHandles), &waitHandles[0], FALSE, INFINITE… in run()
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | DeviceVk.h | 76 const std::vector<ExternalSemaphoreHandle>& waitHandles); 205 const std::vector<ExternalSemaphoreHandle>& waitHandles,
|
D | DeviceVk.cpp | 718 const std::vector<ExternalSemaphoreHandle>& waitHandles, in ImportExternalImage() argument 756 for (const ExternalSemaphoreHandle& handle : waitHandles) { in ImportExternalImage() 795 const std::vector<ExternalSemaphoreHandle>& waitHandles) { in CreateTextureWrappingVulkanImage() argument 811 waitSemaphores.reserve(waitHandles.size()); in CreateTextureWrappingVulkanImage() 821 waitHandles, &signalSemaphore, &allocation, in CreateTextureWrappingVulkanImage()
|