Searched refs:formatEglError (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A DBlockingGLTextureView.java293 String message = formatEglError(function, error);
298 Log.w(tag, formatEglError(function, error));
301 public static String formatEglError(String function, int error) { method in class:BlockingGLTextureView.EglHelper
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1217 String message = formatEglError(function, error);
1226 Log.w(tag, formatEglError(function, error));
1229 public static String formatEglError(String function, int error) { method in class:GLSurfaceView.EglHelper

Completed in 105 milliseconds