Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/photos/views/
DBlockingGLTextureView.java293 String message = formatEglError(function, error); in throwEglException()
298 Log.w(tag, formatEglError(function, error)); in logEglErrorAsWarning()
301 public static String formatEglError(String function, int error) { in formatEglError() method in BlockingGLTextureView.EglHelper