HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentTexture (Results 1 - 3 of 3) sorted by null

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 39 private BitmapTexture mCurrentTexture;
60 mPrevTexture = mCurrentTexture;
65 mCurrentTexture = new BitmapTexture(bitmap);
68 mCurrentTexture.getWidth(), mCurrentTexture.getHeight(),
72 mCurrentTexture.getHeight(), mCurrentTexture.getWidth(),
85 if (mCurrentTexture != null) {
86 mCurrentTexture.recycle();
87 mCurrentTexture = null
    [all...]
  /frameworks/base/libs/gui/
SurfaceTexture.cpp 105 mCurrentTexture(INVALID_BUFFER_SLOT),
212 mCurrentTexture = INVALID_BUFFER_SLOT;
307 mCurrentTexture = INVALID_BUFFER_SLOT;
322 LOGW_IF((state == BufferSlot::FREE) && (mCurrentTexture==i),
326 if (state == BufferSlot::FREE || i == mCurrentTexture) {
328 if (i != mCurrentTexture) {
350 bool bufferHasBeenQueued = mCurrentTexture != INVALID_BUFFER_SLOT;
483 } else if (buf == mCurrentTexture) {
716 if (mCurrentTexture != INVALID_BUFFER_SLOT) {
720 if (mSlots[mCurrentTexture].mBufferState == BufferSlot::QUEUED
    [all...]
  /frameworks/base/include/gui/
SurfaceTexture.h 369 // mCurrentTexture is the buffer slot index of the buffer that is currently
374 // reset mCurrentTexture to INVALID_BUFFER_SLOT.
375 int mCurrentTexture;

Completed in 121 milliseconds