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

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

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

Change-Id: I6fb6337c3970d44398d4668100808e8745dd7b2e
parents 549fd031 74a1dce5
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,
}