diff options
author | 2023-03-20 19:25:01 +0000 | |
---|---|---|
committer | 2023-03-20 19:25:01 +0000 | |
commit | 765ed6991ba1191f3467705f5fbc4b2ad2c9d86c (patch) | |
tree | 0434aee3080aee90d0daec66579e6937dd327b15 /cmds/bootanimation/BootAnimation.cpp | |
parent | adbca36577b5580e7e8006f1300de406e0b51569 (diff) | |
parent | b7cf726c8b54be67e24f1c9dc63587fd089270b0 (diff) |
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>
Diffstat (limited to 'cmds/bootanimation/BootAnimation.cpp')
-rw-r--r-- | cmds/bootanimation/BootAnimation.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cmds/bootanimation/BootAnimation.cpp b/cmds/bootanimation/BootAnimation.cpp index 1efdf7759f32..6b6bc9728b7f 100644 --- a/cmds/bootanimation/BootAnimation.cpp +++ b/cmds/bootanimation/BootAnimation.cpp @@ -460,6 +460,7 @@ public: EGLConfig BootAnimation::getEglConfig(const EGLDisplay& display) { const EGLint attribs[] = { + EGL_RENDERABLE_TYPE, EGL_OPENGL_ES2_BIT, EGL_RED_SIZE, 8, EGL_GREEN_SIZE, 8, EGL_BLUE_SIZE, 8, |