summaryrefslogtreecommitdiff
path: root/opengl/java/android
diff options
context:
space:
mode:
authorPablo Ceballos <pceballos@google.com>2015-10-05 10:27:52 -0700
committerPablo Ceballos <pceballos@google.com>2015-10-06 15:18:40 -0700
commita4d4e82927ceadc23863e74b7e1160e4497504a7 (patch)
treeb2f514a16067fcd10cd3d81d9d7e2005265033f8 /opengl/java/android
parent374abe11a07fe6c742a370da8445c250d908ef6f (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/java/android')
-rw-r--r--opengl/java/android/opengl/GLUtils.java6
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,