summaryrefslogtreecommitdiff
path: root/cmds/bootanimation/BootAnimation.cpp
diff options
context:
space:
mode:
author John Reck <jreck@google.com> 2023-03-20 20:52:44 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-03-20 20:52:44 +0000
commitbb55471264117223a509cad72054577896f6c6e3 (patch)
treeb215a513cffa01fe6e17d51af73740d31767fb5c /cmds/bootanimation/BootAnimation.cpp
parentf7c510fe9da1a6ac20a716fb63a12cae180bb532 (diff)
parent26d780d13ee09716fc21434a5b93f870e3e3eb16 (diff)
Merge "Request correct rendering type for EGL config" am: b7cf726c8b am: 765ed6991b am: 26d780d13e
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/2489515 Change-Id: Ia4e5bd8d6527ba6e7cb1988ada01765219b2c3bb 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 00d9a4bf05f0..c4e8b0e49af3 100644
--- a/cmds/bootanimation/BootAnimation.cpp
+++ b/cmds/bootanimation/BootAnimation.cpp
@@ -458,6 +458,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,