Searched refs:shortTermTextureLibrary (Results 1 - 4 of 4) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DObjectRegistry.java54 public TextureLibrary shortTermTextureLibrary; field in class:ObjectRegistry
H A DGame.java90 TextureLibrary shortTermTextureLibrary = new TextureLibrary();
91 BaseObject.sSystemRegistry.shortTermTextureLibrary = shortTermTextureLibrary;
285 mSurfaceView.flushTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary);
286 BaseObject.sSystemRegistry.shortTermTextureLibrary.removeAll();
333 mSurfaceView.loadTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary);
490 BaseObject.sSystemRegistry.shortTermTextureLibrary.invalidateAll();
506 mSurfaceView.loadTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary);
H A DLevelBuilder.java49 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
155 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
H A DGameObjectFactory.java692 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
1128 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
1162 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
1335 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
1484 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
1701 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
1884 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
2037 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
2134 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
2300 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
[all...]

Completed in 198 milliseconds