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

Commit 9c116bd7 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Expose 1010102 config for bitmap"

parents c22af23c f6ce3989
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -68,6 +68,8 @@ enum AndroidBitmapFormat {
    ANDROID_BITMAP_FORMAT_A_8       = 8,
    /** Each component is stored as a half float. **/
    ANDROID_BITMAP_FORMAT_RGBA_F16  = 9,
    /** Red: 10 bits, Green: 10 bits, Blue: 10 bits, Alpha: 2 bits. **/
    ANDROID_BITMAP_FORMAT_RGBA_1010102 = 10,
};

/** Bitmap alpha format */