diff options
author | 2023-03-20 20:08:42 +0000 | |
---|---|---|
committer | 2023-03-20 20:08:42 +0000 | |
commit | 26d780d13ee09716fc21434a5b93f870e3e3eb16 (patch) | |
tree | 8e35efa397f1e99b17e7c22e14dcb8a1505f37be /cmds/bootanimation/BootAnimation.cpp | |
parent | ac37c12b1d5eeff20c06555e87482b63c1dad3c5 (diff) | |
parent | 765ed6991ba1191f3467705f5fbc4b2ad2c9d86c (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.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, |