summaryrefslogtreecommitdiffstats
path: root/opengl/libs
diff options
context:
space:
mode:
authorSiva Velusamy <vsiva@google.com>2012-10-10 14:02:55 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-10-10 14:02:55 -0700
commitc6e84523201670241545a4858216c1d5514ce0e5 (patch)
tree4305ea466bdf0c60c37b198b685a71f3b7c044c2 /opengl/libs
parent8420c5fbe862753f7b7420c27f037b388c1103a9 (diff)
parent2e080904aba15f585fcf36df9b12ff8d00829523 (diff)
downloadframeworks_native-c6e84523201670241545a4858216c1d5514ce0e5.zip
frameworks_native-c6e84523201670241545a4858216c1d5514ce0e5.tar.gz
frameworks_native-c6e84523201670241545a4858216c1d5514ce0e5.tar.bz2
Merge "gltrace: Do not start gltrace from early_egl_init."
Diffstat (limited to 'opengl/libs')
-rw-r--r--opengl/libs/EGL/egl.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/opengl/libs/EGL/egl.cpp b/opengl/libs/EGL/egl.cpp
index 7ca210c..085d3b0 100644
--- a/opengl/libs/EGL/egl.cpp
+++ b/opengl/libs/EGL/egl.cpp
@@ -192,7 +192,6 @@ static void early_egl_init(void)
#if EGL_TRACE
pthread_key_create(&gGLTraceKey, NULL);
initEglTraceLevel();
- initEglDebugLevel();
#endif
uint32_t addr = (uint32_t)((void*)gl_no_context);
android_memset32(