Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4eb1a08c authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "gralloc4: Add RAW PlaneLayoutComponentType" into rvc-dev am: 74a1dce5 am: fd6fd86e

Change-Id: I8ebce14f02302c1c8fbc03b6e4a4ed771f7bdbdb
parents db79a4aa fd6fd86e
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -41,6 +41,9 @@ enum PlaneLayoutComponentType {
    /* Blue */
    B = 1 << 12,

    /* Raw */
    RAW = 1 << 20,

    /* Alpha */
    A = 1 << 30,
}