commit | 4b038a9e579cfb71fbcb8ae376be52339df05e1e | [log] [tgz] |
---|---|---|
author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 25 22:43:18 2020 +0000 |
committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | Tue Feb 25 22:43:18 2020 +0000 |
tree | addaf5d5c05cc3f06c6f9873a12d1d84bc159cb0 | |
parent | 549fd031ffecf87f30c054cffa7358f5c6514236 [diff] | |
parent | 74a1dce5bd400003749ca8bfc7b85cb84f88bc16 [diff] |
Merge "gralloc4: Add RAW PlaneLayoutComponentType" into rvc-dev am: 74a1dce5bd Change-Id: I6fb6337c3970d44398d4668100808e8745dd7b2e
diff --git a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl index 18c4a2e..ce08396 100644 --- a/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl +++ b/graphics/common/aidl/android/hardware/graphics/common/PlaneLayoutComponentType.aidl
@@ -41,6 +41,9 @@ /* Blue */ B = 1 << 12, + /* Raw */ + RAW = 1 << 20, + /* Alpha */ A = 1 << 30, }