diff options
author | John Reck <jreck@google.com> | 2018-05-07 08:12:07 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2018-05-09 11:39:37 -0700 |
commit | e170fb6686c3e88cee6e32f4e3eb12fcf9bfe931 (patch) | |
tree | bf0ccbbcd2f89ccb468b216e14670451fedc3221 /libs/hwui/DeviceInfo.cpp | |
parent | 33f4f1cb1645635f8b5c369e1dddda84e0396c34 (diff) |
A better HW Bitmap uploader
Move all HW bitmap upload operations off of RenderThread.
Ensure EGL context outlives all upload requests
Bug: 79250950
Test: builds, boots, systrace is good, CTS bitmap tests pass
Change-Id: I5ace6c516d33b1afdf1a407cd8b183f6b60c22c1
Diffstat (limited to 'libs/hwui/DeviceInfo.cpp')
-rw-r--r-- | libs/hwui/DeviceInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/DeviceInfo.cpp b/libs/hwui/DeviceInfo.cpp index 40cc73a82846..10fcee88a995 100644 --- a/libs/hwui/DeviceInfo.cpp +++ b/libs/hwui/DeviceInfo.cpp @@ -31,7 +31,7 @@ namespace android { namespace uirenderer { -static constexpr android::DisplayInfo sDummyDisplay { +static constexpr android::DisplayInfo sDummyDisplay{ 1080, // w 1920, // h 320.0, // xdpi |