Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp393 mSyncs[res] = newHostSync; in create()
403 const auto& it = mSyncs.find(guestSync); in lookupWithError()
404 if (it == mSyncs.end()) { in lookupWithError()
421 const auto& it = mSyncs.find(guestSyncToDelete); in removeWithError()
422 if (it == mSyncs.end()) { in removeWithError()
429 mSyncs.erase(it); in removeWithError()
434 return mSyncs.find(guestSync) != mSyncs.end(); in isSync()
440 std::unordered_map<GLsync, GLsync> mSyncs; member in GuestSyncs