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

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

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

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

Change-Id: If918532070852d2e3d39e27af273857e0cd74bb3
parents 818820d3 ff4ac851
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,
}