Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
DSemaphoreVk.cpp71 ANGLE_TRY(contextVk->syncExternalMemory()); in wait()
183 ANGLE_TRY(contextVk->syncExternalMemory()); in signal()
DContextVk.h614 angle::Result syncExternalMemory();
DContextVk.cpp6056 angle::Result ContextVk::syncExternalMemory() in syncExternalMemory() function in rx::ContextVk