Home
last modified time | relevance | path

Searched defs:EglSync (Results 1 – 1 of 1) sorted by relevance

/device/generic/opengl-transport/host/libs/virglrenderer/
DEglSync.h24 struct EglSync { struct
25 static std::map<uint64_t, EglSync*> map; argument
28 EglSync(EGLSyncKHR sync_) : sync(sync_), id(nextId++) { in EglSync() function
32 ~EglSync() { in ~EglSync() argument
36 EGLSyncKHR sync;
37 uint64_t id;