summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2023-03-20 20:08:42 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-03-20 20:08:42 +0000
commit26d780d13ee09716fc21434a5b93f870e3e3eb16 (patch)
tree8e35efa397f1e99b17e7c22e14dcb8a1505f37be /cmds/bootanimation/BootAnimation.cpp
parentac37c12b1d5eeff20c06555e87482b63c1dad3c5 (diff)
parent765ed6991ba1191f3467705f5fbc4b2ad2c9d86c (diff)
Merge "Request correct rendering type for EGL config" am: b7cf726c8b am: 765ed6991b
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2489515 Change-Id: Iaf80e933cc10bbae0374c15ccb263f2b5ffa0c8b 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.cpp1
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,