Searched defs:updateTexImage (Results 1 – 6 of 6) sorted by relevance
79 void updateTexImage() { mUpdateTexImage = true; } in updateTexImage() function
317 public void updateTexImage() { in updateTexImage() method in SurfaceTexture
88 status_t EGLConsumer::updateTexImage(SurfaceTexture& st) { in updateTexImage() function in android::EGLConsumer
134 status_t SurfaceTexture::updateTexImage() { in updateTexImage() function in android::SurfaceTexture
285 status_t GLConsumer::updateTexImage() { in updateTexImage() function in android::GLConsumer
1221 void Layer::updateTexImage(nsecs_t latchTime, bool bgColorOnly) REQUIRES(mFlinger->mStateLock) { in updateTexImage() function in android::Layer