Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java951 throwEglException("createContext"); in start()
984 throwEglException("createWindowSurface"); in createSurface()
992 throwEglException("eglMakeCurrent"); in createSurface()
1051 private void throwEglException(String function) { in throwEglException() method in GLSurfaceView.EglHelper