commit | 1efd0a5df616c0b2efe8035f1d2af2e97ca08638 | [log] [tgz] |
---|---|---|
author | Alec Mouri <alecmouri@google.com> | Thu Jan 20 13:58:23 2022 -0800 |
committer | Alec Mouri <alecmouri@google.com> | Thu Jan 27 22:55:18 2022 +0000 |
tree | 16289748fde6e05d8ee2674e4088fcd0bddb21c1 | |
parent | 230b32ceb6c143eed852d298dfbb3bdd3a801adc [diff] [blame] |
Expose 1010102 config for bitmap Bug: 200307898 Test: CtsGraphicsTestCases Change-Id: I33153e080292a95c0cc3d6edada8b274f0b06ac7
diff --git a/libs/hwui/HardwareBitmapUploader.h b/libs/hwui/HardwareBitmapUploader.h index ad7a95a..34f43cd 100644 --- a/libs/hwui/HardwareBitmapUploader.h +++ b/libs/hwui/HardwareBitmapUploader.h
@@ -29,10 +29,12 @@ #ifdef __ANDROID__ static bool hasFP16Support(); + static bool has1010102Support(); #else static bool hasFP16Support() { return true; } + static bool has1010102Support() { return true; } #endif };