Home
last modified time | relevance | path

Searched refs:EGL_SYNC_NATIVE_FENCE_ANDROID (Results 1 – 13 of 13) 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/opengl/java/android/opengl/
DEGLExt.java39 public static final int EGL_SYNC_NATIVE_FENCE_ANDROID = 0x3144; field in EGLExt
/frameworks/native/opengl/tools/glgen/stubs/egl/
DEGLExtHeader.java-if39 public static final int EGL_SYNC_NATIVE_FENCE_ANDROID = 0x3144;
50 * Retrieves the SyncFence for an EGLSync created with EGL_SYNC_NATIVE_FENCE_ANDROID
/frameworks/native/libs/renderengine/skia/
DSkiaGLRenderEngine.cpp382 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in waitGpuFence()
408 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flushGL()
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp699 EGLSyncKHR sync = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in fenceWait()
735 EGLSyncKHR sync = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in createReleaseFence()
/frameworks/native/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp483 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in syncForReleaseLocked()
566 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in doGLFenceWaitLocked()
/frameworks/native/libs/gui/
DGLConsumer.cpp651 EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in syncForReleaseLocked()
873 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/av/media/libstagefright/renderfright/gl/
DGLESRenderEngine.cpp469 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flush()
538 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
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt29747 field public static final int EGL_SYNC_NATIVE_FENCE_ANDROID = 12612; // 0x3144