Merge "Request correct rendering type for EGL config" am: b7cf726c8b

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2489515

Change-Id: I252b121567e56fcf32d2867e5a495adaf747a86a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
John Reck
2023-03-20 19:25:01 +00:00
committed by Automerger Merge Worker

View File

@@ -460,6 +460,7 @@ public:
EGLConfig BootAnimation::getEglConfig(const EGLDisplay& display) { EGLConfig BootAnimation::getEglConfig(const EGLDisplay& display) {
const EGLint attribs[] = { const EGLint attribs[] = {
EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT,
EGL_RED_SIZE, 8, EGL_RED_SIZE, 8,
EGL_GREEN_SIZE, 8, EGL_GREEN_SIZE, 8,
EGL_BLUE_SIZE, 8, EGL_BLUE_SIZE, 8,