Home
last modified time | relevance | path

Searched refs:EGL_SYNC_FENCE_KHR (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt156 * If <type> is EGL_SYNC_FENCE_KHR and <attrib_list> is neither NULL nor
166 * If <type> is EGL_SYNC_FENCE_KHR or EGL_SYNC_NATIVE_FENCE_ANDROID and
170 * If <type> is EGL_SYNC_FENCE_KHR or EGL_SYNC_NATIVE_FENCE_ANDROID and
175 * If <type> is EGL_SYNC_FENCE_KHR or EGL_SYNC_NATIVE_FENCE_ANDROID and
187 EGL_SYNC_CONDITION_KHR Signaling condition EGL_SYNC_FENCE_KHR and
228 EGL_SYNC_FENCE_KHR type?
/frameworks/base/services/core/jni/
Dcom_android_server_AssetAtlasService.cpp172 fence = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL); in com_android_server_AssetAtlasService_upload()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp362 EGLSyncKHR fence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, NULL); in fence()
/frameworks/native/opengl/include/EGL/
Deglext.h242 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
/frameworks/native/opengl/libagl/
Degl.cpp2123 if (type != EGL_SYNC_FENCE_KHR || in eglCreateSyncKHR()
2165 *value = EGL_SYNC_FENCE_KHR; in eglGetSyncAttribKHR()
/frameworks/native/libs/gui/
DGLConsumer.cpp739 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in syncForReleaseLocked()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1077 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in eglSwapBuffersWithDamageKHR()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3486 sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL); in captureScreenImplLocked()
DSurfaceFlinger_hwc1.cpp3502 sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL); in captureScreenImplLocked()