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

Commit f82b3947 authored by Android (Google) Code Review's avatar Android (Google) Code Review
Browse files

Merge change 20536

* changes:
  add support for RGBX_8888
parents 063ea26d dfbec0e2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -75,6 +75,8 @@ private:
static bool supportedCopybitsFormat(int format) {
    switch (format) {
    case COPYBIT_FORMAT_RGBA_8888:
    case COPYBIT_FORMAT_RGBX_8888:
    case COPYBIT_FORMAT_RGB_888:
    case COPYBIT_FORMAT_RGB_565:
    case COPYBIT_FORMAT_BGRA_8888:
    case COPYBIT_FORMAT_RGBA_5551: