summaryrefslogtreecommitdiffstats
path: root/opengl
diff options
context:
space:
mode:
authorChet Haase <chet@google.com>2012-09-28 11:56:48 -0700
committerChet Haase <chet@google.com>2012-09-28 11:56:48 -0700
commite8b0fac720b249639fa1cf2f3a06f7d88d207b76 (patch)
tree6621b709a53b285d2786ad262f28a99fbdf5a7e1 /opengl
parentcb094a783f14daae3378ac8aa7dc509980f037b2 (diff)
downloadframeworks_native-e8b0fac720b249639fa1cf2f3a06f7d88d207b76.zip
frameworks_native-e8b0fac720b249639fa1cf2f3a06f7d88d207b76.tar.gz
frameworks_native-e8b0fac720b249639fa1cf2f3a06f7d88d207b76.tar.bz2
Re-enable FAST_TLS in gl2 code
Temporarily changed USE_FAST_TLS_KEY ifdef during debugging. Changing it back now. Change-Id: I7c2fcf7265b3d545e31ff7683bd7614100fad3e5
Diffstat (limited to 'opengl')
-rw-r--r--opengl/libs/GLES2/gl2.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/opengl/libs/GLES2/gl2.cpp b/opengl/libs/GLES2/gl2.cpp
index 9e52298..2d0045e 100644
--- a/opengl/libs/GLES2/gl2.cpp
+++ b/opengl/libs/GLES2/gl2.cpp
@@ -48,7 +48,7 @@ using namespace android;
#define DEBUG_PRINT_CALL_STACK_ON_ERROR 0
#define SYSTRACE_CALL_GL_API 0
-#if USE_FAST_TLS_KEY___
+#if USE_FAST_TLS_KEY
#ifdef HAVE_ARM_TLS_REGISTER
#define GET_TLS(reg) \