Home
last modified time | relevance | path

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

/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.cpp489 EGLSyncKHR fence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, NULL); in fence()
544 EGLSyncKHR sync = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in fenceWait()
580 EGLSyncKHR sync = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in createReleaseFence()
616 *eglFence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, nullptr); in createReleaseFence()
/frameworks/libs/native_bridge_support/libEGL/
Dstubs_arm.cc71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSyncKHR);
185 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSyncKHR); in init_stub_library()
Dstubs_arm64.cc71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSyncKHR);
185 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSyncKHR); in init_stub_library()
/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/native/libs/nativedisplay/surfacetexture/
DEGLConsumer.cpp483 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in syncForReleaseLocked()
529 fence = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, nullptr); in syncForReleaseLocked()
566 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/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/opengl/libs/EGL/
Degl_entries.in68 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint *)
DeglApi.cpp416 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) { in eglCreateSyncKHR() function
420 return cnx->platform.eglCreateSyncKHR(dpy, type, attrib_list); in eglCreateSyncKHR()
Degl_platform_entries.cpp170 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
1401 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, nullptr); in eglSwapBuffersWithDamageKHRImpl()
1848 gEGLImpl.egl.eglCreateSyncKHR); in eglCreateSyncKHRImpl()
1866 cnx->egl.eglCreateSyncKHR); in eglCreateSyncImpl()
/frameworks/native/libs/renderengine/gl/
DGLESRenderEngine.cpp455 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flush()
474 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in flush()
487 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr); in finish()
494 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in finish()
524 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in waitFence()
/frameworks/base/libs/hwui/
DHardwareBitmapUploader.cpp205 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()