Home
last modified time | relevance | path

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

/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt68 EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144
89 "If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID, an EGL native fence sync
100 EGL_SYNC_TYPE_KHR EGL_SYNC_NATIVE_FENCE_ANDROID
125 EGL_SYNC_NATIVE_FENCE_ANDROID attribute of the EGL native fence object is
159 * If <type> is EGL_SYNC_NATIVE_FENCE_ANDROID and <attrib_list> contains
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
188 EGL_SYNC_NATIVE_FENCE_ANDROID only
DREADME18 0x3144 EGL_SYNC_NATIVE_FENCE_ANDROID (EGL_ANDROID_native_fence_sync)
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp524 EGLSyncKHR sync = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in fenceWait()
560 EGLSyncKHR sync = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in createReleaseFence()
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp480 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in syncForReleaseLocked()
567 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in doGLFenceWaitLocked()
/frameworks/native/libs/gui/
DGLConsumer.cpp652 EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in syncForReleaseLocked()
874 EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in doGLFenceWaitLocked()
/frameworks/rs/driver/
DrsdGL.cpp405 EGLSyncKHR sync = eglCreateSyncKHR(dc->gl.egl.display, EGL_SYNC_NATIVE_FENCE_ANDROID, NULL); in rsdGLInit()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp475 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flush()
544 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in waitFence()
/frameworks/native/opengl/include/EGL/
Deglext.h546 #define EGL_SYNC_NATIVE_FENCE_ANDROID 0x3144 macro