Home
last modified time | relevance | path

Searched refs:EGL_NO_NATIVE_FENCE_FD_ANDROID (Results 1 – 17 of 17) sorted by relevance

/aosp12/frameworks/native/opengl/specs/
H A DEGL_ANDROID_native_fence_sync.txt77 EGL_NO_NATIVE_FENCE_FD_ANDROID -1
93 object or to the value EGL_NO_NATIVE_FENCE_FD_ANDROID.
103 EGL_SYNC_NATIVE_FENCE_FD_ANDROID EGL_NO_NATIVE_FENCE_FD_ANDROID
106 EGL_NO_NATIVE_FENCE_FD_ANDROID then the EGL_SYNC_CONDITION_KHR attribute is
117 to EGL_NO_NATIVE_FENCE_FD_ANDROID, eglCreateSyncKHR also inserts a fence
197 attribute is not EGL_NO_NATIVE_FENCE_FD_ANDROID then that file descriptor
217 EGL_NO_NATIVE_FENCE_FD_ANDROID is returned and an EGL_BAD_PARAMETER
220 EGL_NO_NATIVE_FENCE_FD_ANDROID, EGL_NO_NATIVE_FENCE_FD_ANDROID is
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_common.cpp151 if (fd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in CreateOutputFence()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A Dglengine.cpp250 if (fd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in CreateNativeFence()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dglengine.cpp271 if (fd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in CreateNativeFence()
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A Dglengine.cpp250 if (fd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in CreateNativeFence()
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A Dglengine.cpp250 if (fd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in CreateNativeFence()
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A Dglengine.cpp250 if (fd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in CreateNativeFence()
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A Dglengine.cpp250 if (fd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in CreateNativeFence()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp651 if (fenceFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in createReleaseFence()
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DEGLConsumer.cpp491 if (fenceFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in syncForReleaseLocked()
/aosp12/frameworks/rs/driver/
H A DrsdGL.cpp411 if (syncFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in rsdGLInit()
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp660 if (fenceFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in syncForReleaseLocked()
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_platform_entries.cpp2083 if (!dp) return EGL_NO_NATIVE_FENCE_FD_ANDROID; in eglDupNativeFenceFDANDROIDImpl()
2085 EGLint result = EGL_NO_NATIVE_FENCE_FD_ANDROID; in eglDupNativeFenceFDANDROIDImpl()
/aosp12/frameworks/native/opengl/include/EGL/
H A Deglext.h549 #define EGL_NO_NATIVE_FENCE_FD_ANDROID -1 macro
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp420 if (fenceFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in flush()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp542 if (fenceFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in flush()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp481 if (fenceFd == EGL_NO_NATIVE_FENCE_FD_ANDROID) { in flush()