Home
last modified time | relevance | path

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

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