summaryrefslogtreecommitdiffstats
path: root/libs/hwui
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2013-08-16 13:55:29 -0700
committerRomain Guy <romainguy@google.com>2013-08-16 13:55:29 -0700
commitb746371de7f21ae36a14953d9b253df06838efb1 (patch)
treee53554662b63a290d109437cf5533ad61f2f5c68 /libs/hwui
parent0a94b9ce277ef2ec79902e3c576a50ab438dca97 (diff)
downloadframeworks_base-b746371de7f21ae36a14953d9b253df06838efb1.zip
frameworks_base-b746371de7f21ae36a14953d9b253df06838efb1.tar.gz
frameworks_base-b746371de7f21ae36a14953d9b253df06838efb1.tar.bz2
Clear FBO cache on full memory flush
Change-Id: I44e06d5d15cd899a0522c62d7c0d042170665abb
Diffstat (limited to 'libs/hwui')
-rw-r--r--libs/hwui/Caches.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/Caches.cpp b/libs/hwui/Caches.cpp
index df966e1..641cbc8 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: