Searched defs:flushTextures (Results 1 - 2 of 2) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java149 public void flushTextures(GL10 gl, TextureLibrary library) { method in class:GameRenderer
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);

Completed in 66 milliseconds