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

Commit fd6fd86e authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

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

Change-Id: I4099a3819c6c42da32920de0320ad2f40da41aa8
parents 51fa76d4 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,
}