Searched refs:EGL_SYNC_NATIVE_FENCE_FD_ANDROID (Results 1 – 16 of 16) sorted by relevance
/aosp12/frameworks/native/opengl/specs/ |
H A D | EGL_ANDROID_native_fence_sync.txt | 72 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 D | README | 19 0x3145 EGL_SYNC_NATIVE_FENCE_FD_ANDROID (EGL_ANDROID_native_fence_sync)
|
/aosp12/hardware/qcom/sm7250/display/composer/ |
H A D | gl_common.cpp | 121 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnInputFence()
|
/aosp12/hardware/qcom/display/msm8909w_3100/gpu_tonemapper/ |
H A D | glengine.cpp | 224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
|
/aosp12/hardware/qcom/display/msm8998/gpu_tonemapper/ |
H A D | glengine.cpp | 245 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
|
/aosp12/hardware/qcom/display/msm8909/gpu_tonemapper/ |
H A D | glengine.cpp | 224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
|
/aosp12/hardware/qcom/sdm845/display/gpu_tonemapper/ |
H A D | glengine.cpp | 224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
|
/aosp12/hardware/qcom/sm7250/display/gpu_tonemapper/ |
H A D | glengine.cpp | 224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
|
/aosp12/hardware/qcom/sm8150/display/gpu_tonemapper/ |
H A D | glengine.cpp | 224 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fd, EGL_NONE}; in WaitOnNativeFence()
|
/aosp12/frameworks/base/libs/hwui/renderthread/ |
H A D | EglManager.cpp | 606 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in fenceWait()
|
/aosp12/frameworks/native/libs/nativedisplay/surfacetexture/ |
H A D | EGLConsumer.cpp | 565 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, EGL_NONE}; in doGLFenceWaitLocked()
|
/aosp12/frameworks/native/libs/gui/ |
H A D | GLConsumer.cpp | 869 EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd, in doGLFenceWaitLocked()
|
/aosp12/frameworks/native/opengl/include/EGL/ |
H A D | eglext.h | 547 #define EGL_SYNC_NATIVE_FENCE_FD_ANDROID 0x3145 macro
|
/aosp12/frameworks/native/libs/renderengine/skia/ |
H A D | SkiaGLRenderEngine.cpp | 448 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceDup.release(), EGL_NONE}; in waitGpuFence()
|
/aosp12/frameworks/native/libs/renderengine/gl/ |
H A D | GLESRenderEngine.cpp | 598 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd.release(), EGL_NONE}; in waitFence()
|
/aosp12/frameworks/av/media/libstagefright/renderfright/gl/ |
H A D | GLESRenderEngine.cpp | 537 EGLint attribs[] = {EGL_SYNC_NATIVE_FENCE_FD_ANDROID, fenceFd.release(), EGL_NONE}; in waitFence()
|