Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DGame.java90 TextureLibrary shortTermTextureLibrary = new TextureLibrary(); in bootstrap() local
91 BaseObject.sSystemRegistry.shortTermTextureLibrary = shortTermTextureLibrary; in bootstrap()
285 mSurfaceView.flushTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary); in stopLevel()
286 BaseObject.sSystemRegistry.shortTermTextureLibrary.removeAll(); in stopLevel()
333 mSurfaceView.loadTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary); in goToLevel()
490 BaseObject.sSystemRegistry.shortTermTextureLibrary.invalidateAll(); in onSurfaceLost()
506 mSurfaceView.loadTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary); in onSurfaceCreated()
DLevelBuilder.java49 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary; in buildBackground()
155 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary; in addTileMapLayer()
DObjectRegistry.java54 public TextureLibrary shortTermTextureLibrary; field in ObjectRegistry
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 …]