summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Caches.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2012-08-31 17:14:30 -0700
committerRomain Guy <romainguy@google.com>2012-08-31 17:17:40 -0700
commitdfe082f63e94cde9aee271c94d13de5e7217e036 (patch)
tree938584a2a121427d00521a10fe95ce0e34588a06 /libs/hwui/Caches.h
parentfbb4321b94927fd6bd39d327fe56787989b11c71 (diff)
downloadframeworks_base-dfe082f63e94cde9aee271c94d13de5e7217e036.zip
frameworks_base-dfe082f63e94cde9aee271c94d13de5e7217e036.tar.gz
frameworks_base-dfe082f63e94cde9aee271c94d13de5e7217e036.tar.bz2
Add more support for transformed clip rects and paths
Change-Id: I41791b1e1bffef77d503dc9e52428395d2309688
Diffstat (limited to 'libs/hwui/Caches.h')
-rw-r--r--libs/hwui/Caches.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h
index f4f56d6..b9a6336 100644
--- a/libs/hwui/Caches.h
+++ b/libs/hwui/Caches.h
@@ -38,6 +38,7 @@
#include "TextDropShadowCache.h"
#include "FboCache.h"
#include "ResourceCache.h"
+#include "Stencil.h"
#include "Dither.h"
namespace android {
@@ -252,10 +253,14 @@ public:
TextDropShadowCache dropShadowCache;
FboCache fboCache;
ResourceCache resourceCache;
- Dither dither;
GammaFontRenderer* fontRenderer;
+ Dither dither;
+#if STENCIL_BUFFER_SIZE
+ Stencil stencil;
+#endif
+
// Debug methods
PFNGLINSERTEVENTMARKEREXTPROC eventMark;
PFNGLPUSHGROUPMARKEREXTPROC startMark;