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/
SurfaceTexture.h 391 // mCurrentTexture is the buffer slot index of the buffer that is currently
396 // reset mCurrentTexture to INVALID_BUFFER_SLOT.
397 int mCurrentTexture;

Completed in 2118 milliseconds