summaryrefslogtreecommitdiff
path: root/libs/hwui/Debug.h
diff options
context:
space:
mode:
authorRomain Guy <romainguy@google.com>2011-08-01 15:28:16 -0700
committerRomain Guy <romainguy@google.com>2011-08-01 15:28:16 -0700
commita60c3889718f4513a6c9d8b80f655db5d6346905 (patch)
treee0a43ec5fbc9031aa839ccb5be2064cfd85181fc /libs/hwui/Debug.h
parente5ea4403ce58982522554b7ff23f41e6551923c1 (diff)
Use high precision iterators on specific GPUs
Bug #5098359 Change-Id: I52ee8c7b4c9e8d4c7bedb684eaf7bef6c44c74b9
Diffstat (limited to 'libs/hwui/Debug.h')
-rw-r--r--libs/hwui/Debug.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/hwui/Debug.h b/libs/hwui/Debug.h
index 5db73db9fc35..7cbb39da9ee0 100644
--- a/libs/hwui/Debug.h
+++ b/libs/hwui/Debug.h
@@ -20,6 +20,9 @@
// Turn on to check for OpenGL errors on each frame
#define DEBUG_OPENGL 1
+// Turn on to display informations about the GPU
+#define DEBUG_EXTENSIONS 0
+
// Turn on to enable initialization information
#define DEBUG_INIT 0