HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentTexture (Results 1 - 3 of 3) 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/libs/gui/include/gui/
GLConsumer.h 272 // This releases the buffer in the slot referenced by mCurrentTexture,
282 // mCurrentTexture if it's set, mCurrentTextureImage if not. If the
483 // mCurrentTexture is the buffer slot index of the buffer that is currently
488 // reset mCurrentTexture to INVALID_BUFFER_SLOT.
489 int mCurrentTexture;
  /frameworks/native/services/surfaceflinger/
BufferLayerConsumer.h 204 // This releases the buffer in the slot referenced by mCurrentTexture,
214 // mCurrentTexture if it's set, mCurrentTextureImage if not. If the
376 // mCurrentTexture is the buffer slot index of the buffer that is currently
381 // reset mCurrentTexture to INVALID_BUFFER_SLOT.
382 int mCurrentTexture;

Completed in 102 milliseconds