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

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

Completed in 104 milliseconds