summaryrefslogtreecommitdiffstats
path: root/libs/hwui/Properties.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2013-05-09 11:50:12 -0700
committerRomain Guy <romainguy@google.com>2013-06-04 11:57:58 -0700
commitf9f0016b1ff816eb2c7561eed482c056189005f8 (patch)
treeb0d47161a66da155e402391680e157c4788f74bf /libs/hwui/Properties.h
parent36e337f971649b00841cc3a0e69869769229af14 (diff)
downloadframeworks_base-f9f0016b1ff816eb2c7561eed482c056189005f8.zip
frameworks_base-f9f0016b1ff816eb2c7561eed482c056189005f8.tar.gz
frameworks_base-f9f0016b1ff816eb2c7561eed482c056189005f8.tar.bz2
Enable GPU pixel buffers on OpenGL ES 3.0 devices
Change-Id: I164d72ccd7a9bf6ae0e3f79dfef50083558937ba
Diffstat (limited to 'libs/hwui/Properties.h')
-rw-r--r--libs/hwui/Properties.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/hwui/Properties.h b/libs/hwui/Properties.h
index 7c68b5b..dbbb956 100644
--- a/libs/hwui/Properties.h
+++ b/libs/hwui/Properties.h
@@ -123,9 +123,9 @@ enum DebugLevel {
/**
* Indicates whether PBOs can be used to back pixel buffers.
- * Accepted values are "true" and "false".
+ * Accepted values are "true" and "false". Default is true.
*/
-#define PROPERTY_ENABLE_GPU_PIXEL_BUFFERS "hwui.use_gpu_pixel_buffers"
+#define PROPERTY_ENABLE_GPU_PIXEL_BUFFERS "ro.hwui.use_gpu_pixel_buffers"
// These properties are defined in mega-bytes
#define PROPERTY_TEXTURE_CACHE_SIZE "ro.hwui.texture_cache_size"