/aosp12/frameworks/libs/native_bridge_support/libEGL/ |
H A D | stubs_arm.cc | 80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDupNativeFenceFDANDROID); 194 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDupNativeFenceFDANDROID); in init_stub_library()
|
H A D | stubs_arm64.cc | 80 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglDupNativeFenceFDANDROID); 194 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglDupNativeFenceFDANDROID); in init_stub_library()
|
/aosp12/frameworks/native/opengl/libs/ |
H A D | libEGL.map.txt | 31 eglDupNativeFenceFDANDROID; # llndk
|
H A D | platform_entries.in | 70 EGL_ENTRY(EGLint, eglDupNativeFenceFDANDROID, EGLDisplay, EGLSyncKHR)
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_common.cpp | 150 int fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateOutputFence()
|
/aosp12/frameworks/native/opengl/specs/ |
H A D | EGL_ANDROID_native_fence_sync.txt | 58 EGLint eglDupNativeFenceFDANDROID( 75 by eglDupNativeFenceFDANDROID in the event of an error: 205 EGLint eglDupNativeFenceFDANDROID(
|
/aosp12/frameworks/native/opengl/libs/EGL/ |
H A D | egl_entries.in | 98 EGL_ENTRY(EGLint, eglDupNativeFenceFDANDROID, EGLDisplay, EGLSyncKHR)
|
H A D | eglApi.cpp | 573 EGLint eglDupNativeFenceFDANDROID(EGLDisplay dpy, EGLSyncKHR sync) { in eglDupNativeFenceFDANDROID() function 577 return cnx->platform.eglDupNativeFenceFDANDROID(dpy, sync); in eglDupNativeFenceFDANDROID()
|
H A D | egl_platform_entries.cpp | 207 …lDupNativeFenceFDANDROID", (__eglMustCastToProperFunctionPointerType)&eglDupNativeFenceFDANDROID }, 2087 if (cnx->dso && cnx->egl.eglDupNativeFenceFDANDROID) { in eglDupNativeFenceFDANDROIDImpl() 2088 result = cnx->egl.eglDupNativeFenceFDANDROID(dp->disp.dpy, sync); in eglDupNativeFenceFDANDROIDImpl()
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | glengine.cpp | 249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | glengine.cpp | 270 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | glengine.cpp | 249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | glengine.cpp | 249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | glengine.cpp | 249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
|
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | glengine.cpp | 249 fd = eglDupNativeFenceFDANDROID(eglGetCurrentDisplay(), sync); in CreateNativeFence()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 649 int fenceFd = eglDupNativeFenceFDANDROID(mEglDisplay, sync); in createReleaseFence()
|
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A D | EGLConsumer.cpp | 489 int fenceFd = eglDupNativeFenceFDANDROID(dpy, sync); in syncForReleaseLocked()
|
/aosp12/frameworks/rs/driver/ |
H A D | rsdGL.cpp | 410 syncFd = eglDupNativeFenceFDANDROID(dc->gl.egl.display, sync); in rsdGLInit()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | GLConsumer.cpp | 658 int fenceFd = eglDupNativeFenceFDANDROID(dpy, sync); in syncForReleaseLocked()
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | eglext.h | 552 EGLAPI EGLint EGLAPIENTRY eglDupNativeFenceFDANDROID (EGLDisplay dpy, EGLSyncKHR sync);
|
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaGLRenderEngine.cpp | 418 base::unique_fd fenceFd(eglDupNativeFenceFDANDROID(mEGLDisplay, sync)); in flush()
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.cpp | 540 base::unique_fd fenceFd(eglDupNativeFenceFDANDROID(mEGLDisplay, sync)); in flush()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.cpp | 479 base::unique_fd fenceFd(eglDupNativeFenceFDANDROID(mEGLDisplay, sync)); in flush()
|