diff options
author | Adlai Holler <adlai@google.com> | 2021-03-25 16:53:56 +0000 |
---|---|---|
committer | Adlai Holler <adlai@google.com> | 2021-03-25 16:56:34 +0000 |
commit | 5636cdeea43a1a6aac1ef9180c6a0034ebb9762c (patch) | |
tree | 9c4a7d9f42ff3fe3c5c9aa68be2ad18267271c93 /libs/hwui/renderthread/RenderThread.h | |
parent | dfc7d4cc7b6ece90b50fede1de04a6d92e7e8e7a (diff) |
Move reduceOpsTaskSplitting property to Properties.h
Bug: 183612348
Change-Id: I26ebb6898e88715b9bd5e6f89f934d843efd49c5
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.h')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libs/hwui/renderthread/RenderThread.h b/libs/hwui/renderthread/RenderThread.h index 48e3e12536d2..a7d1ba8dafd7 100644 --- a/libs/hwui/renderthread/RenderThread.h +++ b/libs/hwui/renderthread/RenderThread.h @@ -38,12 +38,6 @@ #include "thread/ThreadBase.h" #include "utils/TimeUtils.h" -/** - * (Bool) Turns on the Skia GPU option "reduceOpsTaskSplitting" which improves GPU - * efficiency but may increase VRAM consumption. Default is false. - */ -#define PROPERTY_REDUCE_OPS_TASK_SPLITTING "renderthread.skia.reduceopstasksplitting" - namespace android { class Bitmap; |