summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2023-03-20 18:35:25 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2023-03-20 18:35:25 +0000
commitb7cf726c8b54be67e24f1c9dc63587fd089270b0 (patch)
tree0434aee3080aee90d0daec66579e6937dd327b15 /cmds/bootanimation/BootAnimation.cpp
parent80060eaa439df1c73dd3edee4ca85dd3ddb9685f (diff)
parentd93f7b274b1ecc6e62e69d2be08cf48a34e5a65f (diff)
Merge "Request correct rendering type for EGL config"
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,