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

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java153 * in using {@link #attachToGLContext} before calling {@link #releaseTexImage()} and producing
261 * a successful call to {@link #attachToGLContext} is made.
287 public void attachToGLContext(int texName) { method in class:SurfaceTexture
290 throw new RuntimeException("Error during attachToGLContext (see logcat for details)");

Completed in 51 milliseconds