Searched defs:releaseTexImage (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/libs/gui/
H A DGLConsumer.cpp235 status_t GLConsumer::releaseTexImage() { function in class:android::GLConsumer
237 ST_LOGV("releaseTexImage");
241 ST_LOGE("releaseTexImage: GLConsumer is abandoned!");
261 ST_LOGV("releaseTexImage: (slot=%d, mAttached=%d)", buf, mAttached);
277 ST_LOGE("releaseTexImage: failed to release buffer: %s (%d)",
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java119 * {@link #releaseTexImage()} method must be called before the image content producer takes
121 * ANativeWindow_lock and ANativeWindow_unlockAndPost functions, {@link #releaseTexImage()}
123 * image content with OpenGL ES, {@link #releaseTexImage()} must be called before the first
141 * {@link #releaseTexImage()} method must be called before the image content producer takes
143 * ANativeWindow_lock and ANativeWindow_unlockAndPost functions, {@link #releaseTexImage()}
145 * image content with OpenGL ES, {@link #releaseTexImage()} must be called before the first
150 * in using {@link #attachToGLContext} before calling {@link #releaseTexImage()} and producing
248 public void releaseTexImage() { method in class:SurfaceTexture

Completed in 255 milliseconds