Home
last modified time | relevance | path

Searched refs:eglCreateSyncKHR (Results 1 – 18 of 18) sorted by relevance

/frameworks/opt/gamesdk/src/swappy/
DEGL.cpp37 auto eglCreateSyncKHR = reinterpret_cast<eglCreateSyncKHR_type>( in create() local
39 if (eglCreateSyncKHR == nullptr) { in create()
87 egl->eglCreateSyncKHR = eglCreateSyncKHR; in create()
108 mSyncFence = eglCreateSyncKHR(display, EGL_SYNC_FENCE_KHR, nullptr); in resetSyncFence()
DEGL.h74 eglCreateSyncKHR_type eglCreateSyncKHR = nullptr; variable
/frameworks/native/opengl/specs/
DEGL_ANDROID_native_fence_sync.txt64 Accepted by the <type> parameter of eglCreateSyncKHR, and returned
70 Accepted by the <attrib_list> parameter of eglCreateSyncKHR:
74 Accepted by the <attrib_list> parameter of eglCreateSyncKHR, and returned
110 descriptor, so the caller must not use it after calling eglCreateSyncKHR."
117 to EGL_NO_NATIVE_FENCE_FD_ANDROID, eglCreateSyncKHR also inserts a fence
147 Modify the list of eglCreateSyncKHR errors in Section 3.8.1 (Sync Objects),
222 * If <dpy> does not match the display passed to eglCreateSyncKHR
259 descriptor to eglCreateSyncKHR and as a way to describe the subsequent
/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp482 EGLSyncKHR fence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, NULL); in fence()
524 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()
596 *eglFence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, nullptr); in createReleaseFence()
/frameworks/native/opengl/libs/
DlibEGL.map.txt22eglCreateSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 …
Dplatform_entries.in51 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint*)
/frameworks/base/libs/hwui/surfacetexture/
DEGLConsumer.cpp480 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in syncForReleaseLocked()
530 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, nullptr); in syncForReleaseLocked()
567 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in doGLFenceWaitLocked()
/frameworks/base/libs/hwui/pipeline/skia/
DVkInteropFunctorDrawable.cpp161 eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_FENCE_KHR, NULL); in onDraw()
/frameworks/base/libs/hwui/debug/
Dnullegl.cpp158 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) { in eglCreateSyncKHR() function
/frameworks/native/libs/gui/
DGLConsumer.cpp650 EGLSyncKHR sync = eglCreateSyncKHR(dpy, in syncForReleaseLocked()
695 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, nullptr); in syncForReleaseLocked()
872 EGLSyncKHR sync = eglCreateSyncKHR(dpy, in doGLFenceWaitLocked()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp469 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flush()
488 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in flush()
501 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr); in finish()
508 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in finish()
538 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in waitFence()
/frameworks/native/opengl/libs/EGL/
Degl_entries.in68 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint *)
DeglApi.cpp419 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) { in eglCreateSyncKHR() function
423 return cnx->platform.eglCreateSyncKHR(dpy, type, attrib_list); in eglCreateSyncKHR()
Degl_platform_entries.cpp172 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
1385 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, nullptr); in eglSwapBuffersWithDamageKHRImpl()
1832 gEGLImpl.egl.eglCreateSyncKHR); in eglCreateSyncKHRImpl()
1850 cnx->egl.eglCreateSyncKHR); in eglCreateSyncImpl()
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp201 eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_FENCE_KHR, NULL); in onUploadHardwareBitmap()
/frameworks/rs/driver/
DrsdGL.cpp405 EGLSyncKHR sync = eglCreateSyncKHR(dc->gl.egl.display, EGL_SYNC_NATIVE_FENCE_ANDROID, NULL); in rsdGLInit()
/frameworks/native/opengl/libagl/
Degl.cpp904 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
2148 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, in eglCreateSyncKHR() function
/frameworks/native/opengl/include/EGL/
Deglext.h157 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_…