diff options
author | Pablo Ceballos <pceballos@google.com> | 2015-10-05 10:27:52 -0700 |
---|---|---|
committer | Pablo Ceballos <pceballos@google.com> | 2015-10-06 15:18:40 -0700 |
commit | a4d4e82927ceadc23863e74b7e1160e4497504a7 (patch) | |
tree | b2f514a16067fcd10cd3d81d9d7e2005265033f8 /opengl | |
parent | 374abe11a07fe6c742a370da8445c250d908ef6f (diff) |
Remove GLTrace support
GLTrace is defunct, it does not support newer GL features, breaks
security requirements, and has no supported tooling now that Eclipse
is at end of life.
Bug 22329852
Change-Id: I64c58464f8c2c7ae6125f5d5c7884e3fd34d68ea
Diffstat (limited to 'opengl')
-rw-r--r-- | opengl/java/android/opengl/GLUtils.java | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/opengl/java/android/opengl/GLUtils.java b/opengl/java/android/opengl/GLUtils.java index 4d890c9438a3..d0973359058a 100644 --- a/opengl/java/android/opengl/GLUtils.java +++ b/opengl/java/android/opengl/GLUtils.java @@ -261,12 +261,6 @@ public final class GLUtils { } } - /** - * Set OpenGL Tracing level for this application. - * @hide - */ - native public static void setTracingLevel(int level); - native private static int native_getInternalFormat(Bitmap bitmap); native private static int native_getType(Bitmap bitmap); native private static int native_texImage2D(int target, int level, int internalformat, |