OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mCurrentTextureBuf
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/include/gui/
SurfaceTexture.h
377
//
mCurrentTextureBuf
is the graphic buffer of the current texture. It's
380
sp<GraphicBuffer>
mCurrentTextureBuf
;
/frameworks/base/libs/gui/
SurfaceTexture.cpp
726
mCurrentTextureBuf
= mSlots[buf].mGraphicBuffer;
957
return
mCurrentTextureBuf
;
[
all
...]
Completed in 41 milliseconds