diff options
author | 2023-03-20 20:52:44 +0000 | |
---|---|---|
committer | 2023-03-20 20:52:44 +0000 | |
commit | bb55471264117223a509cad72054577896f6c6e3 (patch) | |
tree | b215a513cffa01fe6e17d51af73740d31767fb5c /cmds/bootanimation/BootAnimation.cpp | |
parent | f7c510fe9da1a6ac20a716fb63a12cae180bb532 (diff) | |
parent | 26d780d13ee09716fc21434a5b93f870e3e3eb16 (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.cpp | 1 |
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, |