From ba9b613437c34873fa95800a25fc51720638267c Mon Sep 17 00:00:00 2001 From: Chris Craik Date: Sun, 15 Dec 2013 17:10:19 -0800 Subject: Create private properties on GLCanvas for experimentation with 3d Change-Id: I17772f61efce727cb4c1111f4d97f58c741786b8 --- libs/hwui/Caches.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libs/hwui/Caches.h') diff --git a/libs/hwui/Caches.h b/libs/hwui/Caches.h index 963965d..01e8d84 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, -- cgit v1.1