Home
last modified time | relevance | path

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

/cts/tests/tests/openglperf/src/android/openglperf/cts/
DGLSurfaceViewCustom.java792 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError()); in destroyContext()
1044 throwEglException("createContext"); in start()
1193 private void throwEglException(String function) { in throwEglException() method in GLSurfaceViewCustom.EglHelper
1194 throwEglException(function, mEgl.eglGetError()); in throwEglException()
1197 public static void throwEglException(String function, int error) { in throwEglException() method in GLSurfaceViewCustom.EglHelper