Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
H A 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
/aosp12/packages/apps/Gallery2/src/com/android/photos/views/
H A 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
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java1218 String message = formatEglError(function, error); in throwEglException()
1227 Log.w(tag, formatEglError(function, error)); in logEglErrorAsWarning()
1230 public static String formatEglError(String function, int error) { in formatEglError() method in GLSurfaceView.EglHelper
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37871 Landroid/opengl/GLSurfaceView$EglHelper;->formatEglError(Ljava/lang/String;I)Ljava/lang/String;