Home
last modified time | relevance | path

Searched refs:TextureLibrary (Results 1 – 8 of 8) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DObjectRegistry.java54 public TextureLibrary shortTermTextureLibrary;
55 public TextureLibrary longTermTextureLibrary;
DGLSurfaceView.java498 public void flushTextures(TextureLibrary library) { in flushTextures()
502 public void loadTextures(TextureLibrary library) { in loadTextures()
685 void loadTextures(GL10 gl, TextureLibrary library); in loadTextures()
686 void flushTextures(GL10 gl, TextureLibrary library); in flushTextures()
1406 public void loadTextures(TextureLibrary library) { in loadTextures()
1415 public void flushTextures(TextureLibrary library) { in flushTextures()
DLevelBuilder.java49 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary; in buildBackground()
155 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary; in addTileMapLayer()
DGame.java90 TextureLibrary shortTermTextureLibrary = new TextureLibrary(); in bootstrap()
94 TextureLibrary longTermTextureLibrary = new TextureLibrary(); in bootstrap()
DGameObjectFactory.java316 TextureLibrary textureLibrary = sSystemRegistry.longTermTextureLibrary;
692 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;
[all …]
DGameRenderer.java142 public void loadTextures(GL10 gl, TextureLibrary library) { in loadTextures()
149 public void flushTextures(GL10 gl, TextureLibrary library) { in flushTextures()
DTextureLibrary.java39 public class TextureLibrary extends BaseObject { class
48 public TextureLibrary() { in TextureLibrary() method in TextureLibrary
DDebugSystem.java36 public DebugSystem(TextureLibrary library) { in DebugSystem()