From a4d4e82927ceadc23863e74b7e1160e4497504a7 Mon Sep 17 00:00:00 2001 From: Pablo Ceballos Date: Mon, 5 Oct 2015 10:27:52 -0700 Subject: 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 --- opengl/java/android/opengl/GLUtils.java | 6 ------ 1 file changed, 6 deletions(-) (limited to 'opengl/java') 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, -- cgit v1.2.3