Searched refs:flushTextures (Results 1 – 3 of 3) sorted by relevance
498 public void flushTextures(TextureLibrary library) { in flushTextures() method in GLSurfaceView499 mGLThread.flushTextures(library); in flushTextures()686 void flushTextures(GL10 gl, TextureLibrary library); in flushTextures() method1415 public void flushTextures(TextureLibrary library) { in flushTextures() method in GLSurfaceView.GLThread1419 mRenderer.flushTextures(mGL, library); in flushTextures()
149 public void flushTextures(GL10 gl, TextureLibrary library) { in flushTextures() method in GameRenderer
285 mSurfaceView.flushTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary); in stopLevel()