summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Caches.h
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2010-10-08 08:37:55 -0700
committerChet Haase <chet@google.com>2010-10-21 12:02:42 -0700
commit5c13d89c1332fcc499379b9064b891187b75ca32 (patch)
tree439222e6d58a765a84133345ac6ef7cb13f1c04e /libs/hwui/Caches.h
parenta376d030a2075909219926d622b71016418d7dcd (diff)
downloadframeworks_base-5c13d89c1332fcc499379b9064b891187b75ca32.zip
frameworks_base-5c13d89c1332fcc499379b9064b891187b75ca32.tar.gz
frameworks_base-5c13d89c1332fcc499379b9064b891187b75ca32.tar.bz2
Optimizing display lists by referencing pointers to resources instead of copying them
Change-Id: I81ad3551d74aa1e5bb64d69e33d2eb29a6c1eb6a
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r--libs/hwui/Caches.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h
index e6e494d..0c704da 100644
--- a/libs/hwui/Caches.h
+++ b/libs/hwui/Caches.h
@@ -34,6 +34,7 @@
#include "TextDropShadowCache.h"
#include "FboCache.h"
#include "Line.h"
+#include "ResourceCache.h"
namespace android {
namespace uirenderer {
@@ -138,6 +139,7 @@ public:
TextDropShadowCache dropShadowCache;
FboCache fboCache;
GammaFontRenderer fontRenderer;
+ ResourceCache resourceCache;
Line line;
}; // class Caches