Searched defs:detachFromGLContext (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java176 public void detachFromGLContext() { method in class:SurfaceTexture
179 throw new RuntimeException("Error during detachFromGLContext (see logcat for details)");
186 * that was current at the time of the last call to {@link #detachFromGLContext}. This new
199 throw new RuntimeException("Error during detachFromGLContext (see logcat for details)");

Completed in 224 milliseconds