HomeSort by relevance Sort by last modified time
    Searched full:flushtextures (Results 1 - 3 of 3) sorted by null

  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 498 public void flushTextures(TextureLibrary library) {
499 mGLThread.flushTextures(library);
686 void flushTextures(GL10 gl, TextureLibrary library);
    [all...]
GameRenderer.java 149 public void flushTextures(GL10 gl, TextureLibrary library) {
Game.java 285 mSurfaceView.flushTextures(BaseObject.sSystemRegistry.shortTermTextureLibrary);

Completed in 374 milliseconds