Searched refs:syncIter (Results 1 – 1 of 1) sorted by relevance
2871 for (const auto &syncIter : syncs) in CaptureSharedContextMidExecutionSetup() local2873 GLsync syncID = gl::bitCast<GLsync>(static_cast<size_t>(syncIter.first)); in CaptureSharedContextMidExecutionSetup()2874 const gl::Sync *sync = syncIter.second; in CaptureSharedContextMidExecutionSetup()