Home
last modified time | relevance | path

Searched refs:unlockVulkanQueueForExternalAccess (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
Dvk_renderer.h295 void unlockVulkanQueueForExternalAccess() in unlockVulkanQueueForExternalAccess() function
297 mCommandQueue.unlockVulkanQueueForExternalAccess(); in unlockVulkanQueueForExternalAccess()
DCommandQueue.h316 void unlockVulkanQueueForExternalAccess() { mQueueSubmitMutex.unlock(); } in unlockVulkanQueueForExternalAccess() function
DDisplayVk.cpp695 mRenderer->unlockVulkanQueueForExternalAccess(); in unlockVulkanQueue()