HomeSort by relevance Sort by last modified time
    Searched defs:mTexture (Results 26 - 34 of 34) sorted by null

12

  /external/replicaisland/src/com/replica/replicaisland/
DrawableBitmap.java 27 private Texture mTexture;
37 mTexture = texture;
48 mTexture = null;
102 final Texture texture = mTexture;
207 mTexture = texture;
212 return mTexture;
FadeDrawableComponent.java 27 private Texture mTexture;
47 mTexture = null;
108 if (mTexture != null) {
115 bitmap.resize((int)mTexture.width, (int)mTexture.height);
120 bitmap.setTexture(mTexture);
150 mTexture = texture;
TiledVertexGrid.java 30 private Texture mTexture;
46 mTexture = texture;
64 final Texture texture = mTexture;
133 if (!mGenerated && world != null && gl != null && mTexture != null) {
159 final Texture texture = mTexture;
  /frameworks/base/libs/hwui/font/
CacheTexture.h 116 return mTexture;
180 PixelBuffer* mTexture;
  /frameworks/base/rs/java/android/renderscript/
ProgramVertexFixedFunction.java 204 Matrix4f mTexture;
226 mTexture = new Matrix4f();
286 mTexture.load(m);
  /frameworks/native/services/surfaceflinger/
Layer.h 392 mutable Texture mTexture;
  /packages/wallpapers/MusicVisualization/src/com/android/musicvis/
GenericWaveRS.java 70 private Allocation mTexture;
153 mTexture = Allocation.createFromBitmapResource(mRS, mResources, mTexId,
157 mScript.set_gTlinetexture(mTexture);
  /frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
SceneManager.java 79 private FragmentShader mTexture;
371 if (sSceneManager.mTexture == null) {
384 sSceneManager.mTexture = fb.create();
385 sSceneManager.mTexture.mProgram.bindSampler(Sampler.CLAMP_LINEAR_MIP_LINEAR(rs), 0);
388 return sSceneManager.mTexture;
468 mTexture = null;
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/spritetext/
MatrixTrackingGL.java 51 private MatrixStack mTexture;
73 mTexture = new MatrixStack();
428 mCurrent = mTexture;

Completed in 2732 milliseconds

12