Searched defs:EglSync (Results 1 – 1 of 1) sorted by relevance
24 struct EglSync { struct25 static std::map<uint64_t, EglSync*> map; argument28 EglSync(EGLSyncKHR sync_) : sync(sync_), id(nextId++) { in EglSync() function32 ~EglSync() { in ~EglSync() argument36 EGLSyncKHR sync;37 uint64_t id;