Lines Matching defs:sync
90 // This works around the lack of support for the sync framework on some
2487 result.append("Sync configuration: ");
3005 /* TODO: Once we have the sync framework everywhere this can use
3026 // Create a sync point and wait on it, so we know the buffer is
3029 // TODO: pass a sync fd to queueBuffer() and let the consumer wait.
3030 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL);
3031 if (sync != EGL_NO_SYNC_KHR) {
3032 EGLint result = eglClientWaitSyncKHR(mEGLDisplay, sync,
3035 eglDestroySyncKHR(mEGLDisplay, sync);