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

/packages/apps/Gallery2/src/com/android/photos/views/
H A DBlockingGLTextureView.java180 throwEglException("createContext");
288 private void throwEglException(String function) { method in class:BlockingGLTextureView.EglHelper
289 throwEglException(function, mEgl.eglGetError());
292 public static void throwEglException(String function, int error) { method in class:BlockingGLTextureView.EglHelper

Completed in 127 milliseconds