Searched refs:sync_ (Results 1 – 3 of 3) sorted by relevance
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | EglSync.h | 28 EglSync(EGLSyncKHR sync_) : sync(sync_), id(nextId++) { in EglSync()
|
D | GLESv3.cpp | 234 GlSync(GLESv3* ctx_, GLsync sync_) : sync(sync_), id(ctx_->sync_nextId++), ctx(ctx_) { in GlSync() 347 GLsync sync_ = s_gles3.glFenceSync(condition, flags); in glFenceSyncAEMU() local 348 if (sync_ == 0) in glFenceSyncAEMU() 352 GlSync* sync = new (std::nothrow) GlSync(ctx, sync_); in glFenceSyncAEMU() 354 s_gles3.glDeleteSync(sync_); in glFenceSyncAEMU() 373 static void glGetSyncivAEMU(void* ctx_, uint64_t sync_, GLenum pname, GLsizei bufSize, in glGetSyncivAEMU() argument 378 it = ctx->sync_map.find(sync_); in glGetSyncivAEMU()
|
D | RenderControl.cpp | 762 static EGLint rcClientWaitSyncKHR(void* ctx_, uint64_t sync_, EGLint flags, uint64_t timeout) { in rcClientWaitSyncKHR() argument 764 it = EglSync::map.find(sync_); in rcClientWaitSyncKHR() 777 static int rcDestroySyncKHR(void* ctx_, uint64_t sync_) { in rcDestroySyncKHR() argument 779 it = EglSync::map.find(sync_); in rcDestroySyncKHR() 814 static void rcWaitSyncKHR(void* ctx_, uint64_t sync_, EGLint flags) { in rcWaitSyncKHR() argument 816 it = EglSync::map.find(sync_); in rcWaitSyncKHR()
|