/frameworks/native/opengl/specs/ |
D | EGL_ANDROID_native_fence_sync.txt | 64 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/ |
D | EglManager.cpp | 620 EGLSyncKHR fence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, NULL); in fence() 675 EGLSyncKHR sync = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in fenceWait() 711 EGLSyncKHR sync = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in createReleaseFence() 747 *eglFence = eglCreateSyncKHR(mEglDisplay, EGL_SYNC_FENCE_KHR, nullptr); in createReleaseFence()
|
/frameworks/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSyncKHR); 185 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSyncKHR); in init_stub_library()
|
D | stubs_arm64.cc | 71 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreateSyncKHR); 185 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreateSyncKHR); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 22 …eglCreateSyncKHR; # introduced-arm=18 introduced-arm64=21 introduced-mips=18 introduced-mips64=21 …
|
D | platform_entries.in | 51 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint*)
|
/frameworks/native/libs/nativedisplay/surfacetexture/ |
D | EGLConsumer.cpp | 483 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/ |
D | VkInteropFunctorDrawable.cpp | 161 eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_FENCE_KHR, NULL); in onDraw()
|
/frameworks/native/libs/gui/ |
D | GLConsumer.cpp | 650 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/ |
D | egl_entries.in | 68 EGL_ENTRY(EGLSyncKHR, eglCreateSyncKHR, EGLDisplay, EGLenum, const EGLint *)
|
D | eglApi.cpp | 415 EGLSyncKHR eglCreateSyncKHR(EGLDisplay dpy, EGLenum type, const EGLint* attrib_list) { in eglCreateSyncKHR() function 419 return cnx->platform.eglCreateSyncKHR(dpy, type, attrib_list); in eglCreateSyncKHR()
|
D | egl_platform_entries.cpp | 162 { "eglCreateSyncKHR", (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR }, 1326 EGLSyncKHR sync = eglCreateSyncKHR(dpy, EGL_SYNC_FENCE_KHR, nullptr); in eglSwapBuffersWithDamageKHRImpl() 1744 gEGLImpl.egl.eglCreateSyncKHR); in eglCreateSyncKHRImpl() 1762 cnx->egl.eglCreateSyncKHR); in eglCreateSyncImpl()
|
/frameworks/native/libs/renderengine/gl/ |
D | GLESRenderEngine.cpp | 530 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flush() 549 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in flush() 562 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr); in finish() 569 mFlushTracer->queueSync(eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_FENCE_KHR, nullptr)); in finish() 599 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in waitFence()
|
/frameworks/av/media/libstagefright/renderfright/gl/ |
D | GLESRenderEngine.cpp | 469 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/base/libs/hwui/ |
D | HardwareBitmapUploader.cpp | 200 eglCreateSyncKHR(eglGetCurrentDisplay(), EGL_SYNC_FENCE_KHR, NULL); in onUploadHardwareBitmap()
|
/frameworks/rs/driver/ |
D | rsdGL.cpp | 405 EGLSyncKHR sync = eglCreateSyncKHR(dc->gl.egl.display, EGL_SYNC_NATIVE_FENCE_ANDROID, NULL); in rsdGLInit()
|
/frameworks/native/libs/renderengine/skia/ |
D | SkiaGLRenderEngine.cpp | 408 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, nullptr); in flush() 449 EGLSyncKHR sync = eglCreateSyncKHR(mEGLDisplay, EGL_SYNC_NATIVE_FENCE_ANDROID, attribs); in waitGpuFence()
|
/frameworks/native/opengl/include/EGL/ |
D | eglext.h | 157 EGLAPI EGLSyncKHR EGLAPIENTRY eglCreateSyncKHR (EGLDisplay dpy, EGLenum type, const EGLint *attrib_…
|