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

  /external/replicaisland/src/com/replica/replicaisland/
ObjectRegistry.java 54 public TextureLibrary shortTermTextureLibrary;
Game.java 90 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);
LevelBuilder.java 49 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
155 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
GameObjectFactory.java 692 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary;
    [all...]

Completed in 78 milliseconds