HomeSort by relevance Sort by last modified time
    Searched defs:throwEglException (Results 1 - 5 of 5) sorted by null

  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/views/
BlockingGLTextureView.java 180 throwEglException("createContext");
288 private void throwEglException(String function) {
289 throwEglException(function, mEgl.eglGetError());
292 public static void throwEglException(String function, int error) {
  /packages/apps/Gallery2/src/com/android/photos/views/
BlockingGLTextureView.java 180 throwEglException("createContext");
288 private void throwEglException(String function) {
289 throwEglException(function, mEgl.eglGetError());
292 public static void throwEglException(String function, int error) {
  /cts/tests/tests/openglperf/src/android/openglperf/cts/
GLSurfaceViewCustom.java 792 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError());
    [all...]
  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java     [all...]
  /frameworks/base/opengl/java/android/opengl/
GLSurfaceView.java 807 EglHelper.throwEglException("eglDestroyContex", egl.eglGetError());
    [all...]

Completed in 700 milliseconds