Searched refs:TextureLibrary (Results 1 – 8 of 8) sorted by relevance
54 public TextureLibrary shortTermTextureLibrary;55 public TextureLibrary longTermTextureLibrary;
498 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()
49 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary; in buildBackground()155 TextureLibrary textureLibrary = sSystemRegistry.shortTermTextureLibrary; in addTileMapLayer()
90 TextureLibrary shortTermTextureLibrary = new TextureLibrary(); in bootstrap()94 TextureLibrary longTermTextureLibrary = new TextureLibrary(); in bootstrap()
316 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 …]
142 public void loadTextures(GL10 gl, TextureLibrary library) { in loadTextures()149 public void flushTextures(GL10 gl, TextureLibrary library) { in flushTextures()
39 public class TextureLibrary extends BaseObject { class48 public TextureLibrary() { in TextureLibrary() method in TextureLibrary
36 public DebugSystem(TextureLibrary library) { in DebugSystem()