Searched refs:formatEglError (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/ |
H A D | BlockingGLTextureView.java | 293 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 D | BlockingGLTextureView.java | 293 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 D | GLSurfaceView.java | 1218 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 D | hiddenapi-max-target-o.txt | 37871 Landroid/opengl/GLSurfaceView$EglHelper;->formatEglError(Ljava/lang/String;I)Ljava/lang/String;
|