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

/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.cpp34 status_t SurfaceFlingerConsumer::updateTexImage(BufferRejecter* rejecter, function in class:android::SurfaceFlingerConsumer
38 ALOGV("updateTexImage");
42 ALOGE("updateTexImage: GLConsumer is abandoned!");
65 ALOGE("updateTexImage: acquire failed: %s (%d)",
/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h69 ANDROID_API void updateTexImage() { function in class:android::uirenderer::DeferredLayerUpdater
/frameworks/base/graphics/java/android/graphics/
H A DSurfaceTexture.java34 * When {@link #updateTexImage} is called, the contents of the texture object specified
45 * time {@link #updateTexImage} is called, so it should be re-queried each time the texture image
64 * <p>SurfaceTexture objects may be created on any thread. {@link #updateTexImage} may only be
67 * #updateTexImage} should not be called directly from the callback.
168 * safe to call {@link #updateTexImage} without first binding the OpenGL ES context to the
184 * so it is not safe to call {@link #updateTexImage} without first binding the OpenGL ES
228 * updateTexImage() is called.
239 public void updateTexImage() { method in class:SurfaceTexture
256 * calls to {@link #updateTexImage} will throw an {@link java.lang.IllegalStateException} until
292 * the most recent call to updateTexImage
[all...]
/frameworks/native/libs/gui/
H A DGLConsumer.cpp198 status_t GLConsumer::updateTexImage() { function in class:android::GLConsumer
200 GLC_LOGV("updateTexImage");
204 GLC_LOGE("updateTexImage: GLConsumer is abandoned!");
223 GLC_LOGV("updateTexImage: no buffers were available");
227 GLC_LOGE("updateTexImage: acquire failed: %s (%d)",

Completed in 827 milliseconds