OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mTexId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/mca/filterpacks/java/android/filterpacks/base/
GLTextureSource.java
37
private int
mTexId
;
86
mTexId
);
GLTextureTarget.java
37
private int
mTexId
;
58
Frame frame = context.getFrameManager().newBoundFrame(format, GLFrame.EXISTING_TEXTURE_BINDING,
mTexId
);
/packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java
41
private int
mTexId
;
79
mTexId
= texid;
153
mTexture = Allocation.createFromBitmapResource(mRS, mResources,
mTexId
);
Completed in 68 milliseconds