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

/frameworks/base/libs/hwui/
H A DDeferredLayerUpdater.h81 ANDROID_API void updateTexImage() { function in class:android::uirenderer::DeferredLayerUpdater
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlingerConsumer.cpp36 status_t SurfaceFlingerConsumer::updateTexImage(BufferRejecter* rejecter, function in class:android::SurfaceFlingerConsumer
41 ALOGV("updateTexImage");
45 ALOGE("updateTexImage: GLConsumer is abandoned!");
68 ALOGE("updateTexImage: acquire failed: %s (%d)",
/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.
171 * safe to call {@link #updateTexImage} without first binding the OpenGL ES context to the
187 * so it is not safe to call {@link #updateTexImage} without first binding the OpenGL ES
231 * updateTexImage() is called.
242 public void updateTexImage() { method in class:SurfaceTexture
259 * calls to {@link #updateTexImage} will throw an {@link java.lang.IllegalStateException} until
295 * the most recent call to updateTexImage
[all...]
/frameworks/native/libs/gui/
H A DGLConsumer.cpp221 status_t GLConsumer::updateTexImage() { function in class:android::GLConsumer
223 GLC_LOGV("updateTexImage");
227 GLC_LOGE("updateTexImage: GLConsumer is abandoned!");
246 GLC_LOGV("updateTexImage: no buffers were available");
250 GLC_LOGE("updateTexImage: acquire failed: %s (%d)",

Completed in 123 milliseconds