summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Chris Glover <chrisglover@google.com> 2023-06-22 11:53:50 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2023-06-22 11:53:50 +0000
commit5aa3171827eed97c08cf3af688ead7931984f407 (patch)
treee0a59186d522c226279ccf23a69e0ec8f802221c
parentcff1f93042284824ff9294a3be6d0573678ce3ee (diff)
parent704ade2ba7ec2f546b5b4757a441bd534d658005 (diff)
Update EGL_GL_COLORSPACE_BT2020_HLG_EXT to the correct value am: 704ade2ba7
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/23516798 Change-Id: I3da556a71f088d35a9357150ad3d745f4a1d1a43 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
-rw-r--r--opengl/include/EGL/eglext.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/include/EGL/eglext.h b/opengl/include/EGL/eglext.h
index 32c21f61b9..c787fc9717 100644
--- a/opengl/include/EGL/eglext.h
+++ b/opengl/include/EGL/eglext.h
@@ -699,7 +699,7 @@ EGLAPI EGLBoolean EGLAPIENTRY eglQueryDisplayAttribEXT (EGLDisplay dpy, EGLint a
#ifndef EGL_EXT_gl_colorspace_bt2020_hlg
#define EGL_EXT_gl_colorspace_bt2020_hlg 1
-#define EGL_GL_COLORSPACE_BT2020_HLG_EXT 0x333E
+#define EGL_GL_COLORSPACE_BT2020_HLG_EXT 0x3540
#endif /* EGL_EXT_gl_colorspace_bt2020_hlg */
#ifndef EGL_EXT_gl_colorspace_bt2020_linear