RESOLVED FIXED302327
[WPEPlatform] Properly obtain the EGLClientBuffer for an AHardwareBuffer
https://bugs.webkit.org/show_bug.cgi?id=302327
Summary [WPEPlatform] Properly obtain the EGLClientBuffer for an AHardwareBuffer
Adrian Perez
Reported 2025-11-11 07:22:19 PST
On Android, AHardwareBuffer is not the same type as EGLClientBuffer, and therefore we cannot cast between types directly. Instead, we should use eglGetNativeClientBufferANDROID() to obtain the EGLClientBuffer.
Attachments
Adrian Perez
Comment 1 2025-11-11 07:33:35 PST
EWS
Comment 2 2025-11-11 12:25:53 PST
Committed 302857@main (bd2c0f769393): <https://commits.webkit.org/302857@main> Reviewed commits have been landed. Closing PR #53740 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.