diff options
author | Chris Craik <ccraik@google.com> | 2016-07-06 16:10:09 -0700 |
---|---|---|
committer | Chris Craik <ccraik@google.com> | 2016-07-07 15:53:50 -0700 |
commit | 5e00c7ce063116c11315639f0035aca8ad73e8cc (patch) | |
tree | 6ca43728a401d92762fb5fd65cfd39afe9438571 /libs/hwui/Properties.h | |
parent | 32d9ae186733115802eafe241c2029a63794efc2 (diff) |
Delete old rendering pipeline
fixes: 30002246
Change-Id: I45df0e924708526cee045b14c291bd23aa1a92db
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r-- | libs/hwui/Properties.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h index 880a90e4421f..5d892fd5bcce 100644 --- a/libs/hwui/Properties.h +++ b/libs/hwui/Properties.h @@ -20,8 +20,7 @@ #include <cutils/properties.h> /** - * This file contains the list of system properties used to configure - * the OpenGLRenderer. + * This file contains the list of system properties used to configure libhwui. */ namespace android { @@ -167,7 +166,7 @@ enum DebugLevel { * Used to enable/disable scissor optimization. The accepted values are * "true" and "false". The default value is "false". * - * When scissor optimization is enabled, OpenGLRenderer will attempt to + * When scissor optimization is enabled, libhwui will attempt to * minimize the use of scissor by selectively enabling and disabling the * GL scissor test. * When the optimization is disabled, OpenGLRenderer will keep the GL |