diff options
author | Chris Craik <ccraik@google.com> | 2016-02-05 15:59:29 -0800 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2016-02-05 17:38:22 -0800 |
commit | 48a8f431fa52ae2ee25ffba9d20676f03bb710ff (patch) | |
tree | 2c8e1e8684320f2cd85d058aaa0f6789a4016105 /libs/hwui/Properties.h | |
parent | 37fd29f2842c4b92ba3ddbba2f9a5024ce103783 (diff) |
Move several property queries to Properties class
bug:17478770
This removes a lot of redundant property query code, and puts the
queries all in one place, so defining them automatically will be simpler
in the future.
Change-Id: I0428550e6081f07bc6554ffdf73b22284325abb8
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r-- | libs/hwui/Properties.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index 88f1dbc98926..3e111516ac63 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -267,7 +267,16 @@ public: static float textGamma; + static int fboCacheSize; + static int gradientCacheSize; static int layerPoolSize; + static int patchCacheSize; + static int pathCacheSize; + static int renderBufferCacheSize; + static int tessellationCacheSize; + static int textDropShadowCacheSize; + static int textureCacheSize; + static float textureCacheFlushRate; static DebugLevel debugLevel; static OverdrawColorSet overdrawColorSet; |