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

  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
SlideshowView.java 40 private BitmapTexture mCurrentTexture;
61 mPrevTexture = mCurrentTexture;
66 mCurrentTexture = new BitmapTexture(bitmap);
69 mCurrentTexture.getWidth(), mCurrentTexture.getHeight(),
73 mCurrentTexture.getHeight(), mCurrentTexture.getWidth(),
86 if (mCurrentTexture != null) {
87 mCurrentTexture.recycle();
88 mCurrentTexture = null
    [all...]
  /frameworks/native/include/gui/
GLConsumer.h 260 // This releases the buffer in the slot referenced by mCurrentTexture,
266 // mCurrentTexture if it's set, mCurrentTextureImage if not. If the
460 // mCurrentTexture is the buffer slot index of the buffer that is currently
465 // reset mCurrentTexture to INVALID_BUFFER_SLOT.
466 int mCurrentTexture;

Completed in 53 milliseconds