summaryrefslogtreecommitdiff
path: root/libs/hwui/Properties.h
diff options
context:
space:
mode:
author Ady Abraham <adyabr@google.com> 2021-02-03 18:33:11 -0800
committer Ady Abraham <adyabr@google.com> 2021-02-08 18:13:45 +0000
commit7bb70faa04725b675f2b5047bb1f262564645d4c (patch)
tree8911700c57aef263fa9fb130d3d6f7cfaed4076f /libs/hwui/Properties.h
parentdba0fb5580c7881b4981a5f30fd4be623fef30ce (diff)
Remove render ahead from hwui
As HWUI uses vsync id to send buffers to SF, SF applies the right amount of render ahead by latching the buffers at the configured time. Test: launch an app and observe systrace Bug: 178148035 Change-Id: Ifd3e1a2971aad0a085cb35d33e950194046aa634
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r--libs/hwui/Properties.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 1639143ef87c..dcb79babad24 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -162,8 +162,6 @@ enum DebugLevel {
*/
#define PROPERTY_QEMU_KERNEL "ro.kernel.qemu"
-#define PROPERTY_RENDERAHEAD "debug.hwui.render_ahead"
-
///////////////////////////////////////////////////////////////////////////////
// Misc
///////////////////////////////////////////////////////////////////////////////
@@ -247,8 +245,6 @@ public:
static int contextPriority;
- static int defaultRenderAhead;
-
static float defaultSdrWhitePoint;
private: