Searched refs:loadTextures (Results 1 - 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGame.java332 mSurfaceView.loadTextures(BaseObject.sSystemRegistry.longTermTextureLibrary);
333 mSurfaceView.loadTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary);
505 mSurfaceView.loadTextures(BaseObject.sSystemRegistry.longTermTextureLibrary);
506 mSurfaceView.loadTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary);
H A DGLSurfaceView.java502 public void loadTextures(TextureLibrary library) { method in class:GLSurfaceView
503 mGLThread.loadTextures(library);
685 void loadTextures(GL10 gl, TextureLibrary library); method in interface:GLSurfaceView.Renderer
1406 public void loadTextures(TextureLibrary library) { method in class:GLSurfaceView.GLThread
1410 mRenderer.loadTextures(mGL, library);
H A DGameRenderer.java142 public void loadTextures(GL10 gl, TextureLibrary library) { method in class:GameRenderer

Completed in 142 milliseconds