Searched refs:egl_sync (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/common/gpu/media/
H A Dv4l2_video_decode_accelerator.cc82 EGLSyncKHRRef(EGLDisplay egl_display, EGLSyncKHR egl_sync);
85 EGLSyncKHR egl_sync; member in struct:content::V4L2VideoDecodeAccelerator::EGLSyncKHRRef
115 EGLDisplay egl_display, EGLSyncKHR egl_sync)
117 egl_sync(egl_sync) {
124 if (egl_sync != EGL_NO_SYNC_KHR)
125 eglDestroySyncKHR(egl_display, egl_sync);
143 egl_sync(EGL_NO_SYNC_KHR),
357 DCHECK_EQ(output_record.egl_sync, EGL_NO_SYNC_KHR);
397 EGLSyncKHR egl_sync local
114 EGLSyncKHRRef( EGLDisplay egl_display, EGLSyncKHR egl_sync) argument
[all...]
H A Dv4l2_video_decode_accelerator.h161 EGLSyncKHR egl_sync; // sync the compositor's use of the EGLImage. member in struct:content::V4L2VideoDecodeAccelerator::OutputRecord

Completed in 69 milliseconds