HomeSort by relevance Sort by last modified time
    Searched defs:shortTermTextureLibrary (Results 1 - 2 of 2) 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);

Completed in 191 milliseconds