diff options
Diffstat (limited to 'libs/hwui/PathCache.h')
-rw-r--r-- | libs/hwui/PathCache.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/hwui/PathCache.h b/libs/hwui/PathCache.h index 86c59b532b28..b3614241e40c 100644 --- a/libs/hwui/PathCache.h +++ b/libs/hwui/PathCache.h @@ -306,6 +306,12 @@ private: bool mDebugEnabled; + /** + * Driver allocated 4k/8k/16k memory for small path cache, + * limit the number of PathTexture in case occupy too much memory in hardware. + */ + uint32_t mTexNum; + sp<PathProcessor> mProcessor; Vector<uint32_t> mGarbage; |