Searched refs:longTermTextureLibrary (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java94 TextureLibrary longTermTextureLibrary = new TextureLibrary();
95 BaseObject.sSystemRegistry.longTermTextureLibrary = longTermTextureLibrary;
169 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
171 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
173 hud.setFadeTexture(longTermTextureLibrary.allocateTexture(R.drawable.black));
175 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
177 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
179 new DrawableBitmap(longTermTextureLibrary.allocateTexture(
181 new DrawableBitmap(longTermTextureLibrary
[all...]
H A DObjectRegistry.java55 public TextureLibrary longTermTextureLibrary; field in class:ObjectRegistry
H A DGameObjectFactory.java316 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
3831 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
5662 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
5720 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
5795 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
5883 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
6132 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
6253 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
6323 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
6420 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
[all...]

Completed in 119 milliseconds