HomeSort by relevance Sort by last modified time
    Searched refs:mTextureType (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
TexturePropertyAccessor.java 33 private final GLStateType mTextureType;
41 mTextureType = textureTargetName;
69 mTextureType);
75 mTextureType);
83 return String.format("TEXTURE_STATE/TEXTURES/${activeTexture}/%s", mTextureType);
  /packages/wallpapers/MagicSmoke/src/com/android/magicsmoke/
MagicSmokeRS.java 259 Type mTextureType;
270 mRealTextures[index] = Allocation.createTyped(mRS, mTextureType,
274 mSourceTextures[index] = Allocation.createTyped(mRS, mTextureType,
354 mTextureType = tb.create();

Completed in 33 milliseconds