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

Commit 49728ee6 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: Ia09f12b46f2f92e2a3ad6b999f4ae7289b5ba2c7
parents d606a3e9 4b038a9e
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,
}