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

/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java186 * a successful call to {@link #attachToGLContext} is made.
212 public void attachToGLContext(int texName) { method in class:SurfaceTexture
215 throw new RuntimeException("Error during attachToGLContext (see logcat for details)");

Completed in 66 milliseconds