Searched defs:updateTexImage (Results 1 - 3 of 3) sorted by last modified time

/frameworks/native/libs/gui/
H A DGLConsumer.cpp160 status_t GLConsumer::updateTexImage() { function in class:android::GLConsumer
162 ST_LOGV("updateTexImage");
166 ST_LOGE("updateTexImage: GLConsumer is abandoned!");
185 ST_LOGV("updateTexImage: no buffers were available");
189 ST_LOGE("updateTexImage: acquire failed: %s (%d)",
645 // gets acquired in updateTexImage.
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.cpp31 status_t SurfaceFlingerConsumer::updateTexImage(BufferRejecter* rejecter) function in class:android::SurfaceFlingerConsumer
34 ALOGV("updateTexImage");
38 ALOGE("updateTexImage: GLConsumer is abandoned!");
60 ALOGE("updateTexImage: acquire failed: %s (%d)",
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java33 * SurfaceTexture object rather than to the device's display. When {@link #updateTexImage} is
40 * time {@link #updateTexImage} is called, so it should be re-queried each time the texture image
59 * <p>SurfaceTexture objects may be created on any thread. {@link #updateTexImage} may only be
62 * #updateTexImage} should not be called directly from the callback.
133 * safe to call {@link #updateTexImage} without first binding the OpenGL ES context to the
157 * updateTexImage() is called.
168 public void updateTexImage() { method in class:SurfaceTexture
185 * calls to {@link #updateTexImage} will throw an {@link java.lang.IllegalStateException} until
221 * the most recent call to updateTexImage.
245 * updateTexImage
[all...]

Completed in 98 milliseconds