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 125 mCurrentTexture(INVALID_BUFFER_SLOT),
238 mCurrentTexture = INVALID_BUFFER_SLOT;
338 mCurrentTexture = INVALID_BUFFER_SLOT;
353 LOGW_IF((state == BufferSlot::FREE) && (mCurrentTexture==i),
358 if (state == BufferSlot::FREE || i == mCurrentTexture) {
360 if (i != mCurrentTexture) {
393 bool bufferHasBeenQueued = mCurrentTexture != INVALID_BUFFER_SLOT;
475 if (mCurrentTexture == buf) {
478 mCurrentTexture = INVALID_BUFFER_SLOT;
558 } else if (buf == mCurrentTexture) {
    [all...]
  /frameworks/base/include/gui/
SurfaceTexture.h 398 // mCurrentTexture is the buffer slot index of the buffer that is currently
403 // reset mCurrentTexture to INVALID_BUFFER_SLOT.
404 int mCurrentTexture;

Completed in 35 milliseconds