Home
last modified time | relevance | path

Searched refs:EGL_SYNC_NATIVE_FENCE_FD_ANDROID (Results 1 – 16 of 16) sorted by relevance

/aosp12/frameworks/native/opengl/specs/
H A DEGL_ANDROID_native_fence_sync.txt72 EGL_SYNC_NATIVE_FENCE_FD_ANDROID 0x3145
90 object is created. In this case the EGL_SYNC_NATIVE_FENCE_FD_ANDROID
103 EGL_SYNC_NATIVE_FENCE_FD_ANDROID EGL_NO_NATIVE_FENCE_FD_ANDROID
105 If the EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute is not
144 EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute. When this happens any
160 an attribute other than EGL_SYNC_NATIVE_FENCE_FD_ANDROID,
196 EGL native fence sync object and the EGL_SYNC_NATIVE_FENCE_FD_ANDROID
210 EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute of an EGL native fence sync
219 * If the EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute of <sync> is
248 3. Can the EGL_SYNC_NATIVE_FENCE_FD_ANDROID attribute be queried?
[all …]
H A DREADME19 0x3145 EGL_SYNC_NATIVE_FENCE_FD_ANDROID (EGL_ANDROID_native_fence_sync)
/aosp12/hardware/qcom/sm7250/display/composer/
H A Dgl_common.cpp121 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnInputFence()
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/
H A Dglengine.cpp224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/
H A Dglengine.cpp245 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/
H A Dglengine.cpp224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/
H A Dglengine.cpp224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/
H A Dglengine.cpp224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/
H A Dglengine.cpp224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
/aosp12/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp606 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in fenceWait()
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/
H A DEGLConsumer.cpp565 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in doGLFenceWaitLocked()
/aosp12/frameworks/native/libs/gui/
H A DGLConsumer.cpp869 EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, in doGLFenceWaitLocked()
/aosp12/frameworks/native/opengl/include/EGL/
H A Deglext.h547 #define EGL_SYNC_NATIVE_FENCE_FD_ANDROID 0x3145 macro
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp448 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceDup.release(), EGL_NONE}; in waitGpuFence()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp598 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd.release(), EGL_NONE}; in waitFence()
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/
H A DGLESRenderEngine.cpp537 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd.release(), EGL_NONE}; in waitFence()