OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/
GLConsumer.cpp
169
mCurrentTexture
(BufferQueue::INVALID_BUFFER_SLOT),
197
mCurrentTexture
(BufferQueue::INVALID_BUFFER_SLOT),
291
int buf =
mCurrentTexture
;
319
mCurrentTexture
= BufferQueue::INVALID_BUFFER_SLOT;
438
if (slot !=
mCurrentTexture
) {
452
mCurrentTexture
, mCurrentTextureImage != NULL ?
462
if (
mCurrentTexture
!= BufferQueue::INVALID_BUFFER_SLOT) {
465
mCurrentTexture
, mCurrentTextureImage->graphicBuffer(),
466
mEglDisplay, mEglSlots[
mCurrentTexture
].mEglFence);
474
pendingRelease->currentTexture =
mCurrentTexture
;
[
all
...]
/frameworks/native/include/gui/
GLConsumer.h
273
// This releases the buffer in the slot referenced by
mCurrentTexture
,
283
//
mCurrentTexture
if it's set, mCurrentTextureImage if not. If the
477
//
mCurrentTexture
is the buffer slot index of the buffer that is currently
482
// reset
mCurrentTexture
to INVALID_BUFFER_SLOT.
483
int
mCurrentTexture
;
Completed in 89 milliseconds