Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/capture/
DFrameCapture.cpp2871 for (const auto &syncIter : syncs) in CaptureSharedContextMidExecutionSetup() local
2873 GLsync syncID = gl::bitCast<GLsync>(static_cast<size_t>(syncIter.first)); in CaptureSharedContextMidExecutionSetup()
2874 const gl::Sync *sync = syncIter.second; in CaptureSharedContextMidExecutionSetup()