diff options
| author | 2013-08-16 13:55:29 -0700 | |
|---|---|---|
| committer | 2013-08-16 13:55:29 -0700 | |
| commit | b746371de7f21ae36a14953d9b253df06838efb1 (patch) | |
| tree | e53554662b63a290d109437cf5533ad61f2f5c68 | |
| parent | 0a94b9ce277ef2ec79902e3c576a50ab438dca97 (diff) | |
Clear FBO cache on full memory flush
Change-Id: I44e06d5d15cd899a0522c62d7c0d042170665abb
| -rw-r--r-- | libs/hwui/Caches.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp index df966e16a286..641cbc8e7a0f 100644 --- a/libs/hwui/Caches.cpp +++ b/libs/hwui/Caches.cpp @@ -338,6 +338,7 @@ void Caches::flush(FlushMode mode) { dropShadowCache.clear(); gradientCache.clear(); fontRenderer->clear(); + fboCache.clear(); dither.clear(); // fall through case kFlushMode_Moderate: |