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

  /external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java 510 public void loadBuffers(BufferLibrary library) {
511 mGLThread.loadBuffers(library);
687 void loadBuffers(GL10 gl, BufferLibrary library);
    [all...]
GameRenderer.java 156 public void loadBuffers(GL10 gl, BufferLibrary library) {
Game.java 334 mSurfaceView.loadBuffers(BaseObject.sSystemRegistry.bufferLibrary);
507 mSurfaceView.loadBuffers(BaseObject.sSystemRegistry.bufferLibrary);

Completed in 615 milliseconds