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

/external/replicaisland/src/com/replica/replicaisland/
H A DGLSurfaceView.java498 public void flushTextures(TextureLibrary library) { method in class:GLSurfaceView
499 mGLThread.flushTextures(library);
686 void flushTextures(GL10 gl, TextureLibrary library); method in interface:GLSurfaceView.Renderer
1415 public void flushTextures(TextureLibrary library) { method in class:GLSurfaceView.GLThread
1419 mRenderer.flushTextures(mGL, library);
H A DGameRenderer.java149 public void flushTextures(GL10 gl, TextureLibrary library) { method in class:GameRenderer
H A DGame.java285 mSurfaceView.flushTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary);

Completed in 97 milliseconds