Searched defs:fence (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/jni/
H A Djni_egl_fence.cpp62 // Create a egl fence and wait for egl to return it.
63 // Additional reference on egl fence sync can be found in:
65 EGLSyncKHR fence = FuncEglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL); local
66 if (fence == EGL_NO_SYNC_KHR) {
71 fence,
75 ALOGE("EGL FENCE: error waiting for fence: %#x", eglGetError());
77 FuncEglDestroySyncKHR(display, fence);

Completed in 175 milliseconds