diff options
Diffstat (limited to 'libs/hwui/Caches.h')
| -rw-r--r-- | libs/hwui/Caches.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 963965db8300..01e8d8474887 100644 --- a/libs/hwui/Caches.h +++ b/libs/hwui/Caches.h @@ -353,6 +353,14 @@ public: PFNGLLABELOBJECTEXTPROC setLabel; PFNGLGETOBJECTLABELEXTPROC getLabel; + // TEMPORARY properties + void initTempProperties(); + void setTempProperty(const char* name, const char* value); + bool propertyEnable3d; + bool propertyDirtyViewport; // flag set when dirtying the viewport + float propertyCameraDistance; + int propertyShadowStrength; + private: enum OverdrawColorSet { kColorSet_Default = 0, |