Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java1198 String message = formatEglError(function, error); in throwEglException()
1207 Log.w(tag, formatEglError(function, error)); in logEglErrorAsWarning()
1210 public static String formatEglError(String function, int error) { in formatEglError() method in GLSurfaceViewCustom.EglHelper