Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DFence.h46 mFence = eglCreateSyncKHR(mDisplay, EGL_SYNC_FENCE_KHR, NULL); in Fence()
/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/jni/
Dcom_android_server_AssetAtlasService.cpp214 fence = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, NULL); in com_android_server_AssetAtlasService_upload()
/frameworks/native/opengl/include/EGL/
Deglext.h233 #define EGL_SYNC_FENCE_KHR 0x30F9 macro
/frameworks/native/libs/gui/
DGLConsumer.cpp702 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in syncForReleaseLocked()
/frameworks/native/opengl/libagl/
Degl.cpp2095 if (type != EGL_SYNC_FENCE_KHR || in eglCreateSyncKHR()
2137 *value = EGL_SYNC_FENCE_KHR; in eglGetSyncAttribKHR()
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp1084 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, NULL); in eglSwapBuffers()
/frameworks/native/services/surfaceflinger/
DSurfaceFlinger.cpp3030 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, NULL); in captureScreenImplLocked()