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 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/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 58 milliseconds