OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mExtTexture
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
SurfaceTextureScreenNail.java
36
protected ExtTexture
mExtTexture
;
46
mExtTexture
= new ExtTexture(canvas, GL_TEXTURE_EXTERNAL_OES);
47
mExtTexture
.setSize(mWidth, mHeight);
48
mSurfaceTexture = new SurfaceTexture(
mExtTexture
.getId());
79
mExtTexture
.recycle();
80
mExtTexture
= null;
91
if (
mExtTexture
!= null) {
92
mExtTexture
.setSize(mWidth, mHeight);
122
canvas.drawTexture(
mExtTexture
, mTransform, x, y, width, height);
/packages/apps/Camera/src/com/android/camera/
CameraScreenNail.java
417
canvas.drawTexture(
mExtTexture
, mTextureTransformMatrix, 0, 0, width, height);
Completed in 630 milliseconds