Searched refs:loadBuffers (Results 1 – 3 of 3) sorted by relevance
510 public void loadBuffers(BufferLibrary library) { in loadBuffers() method in GLSurfaceView511 mGLThread.loadBuffers(library); in loadBuffers()687 void loadBuffers(GL10 gl, BufferLibrary library); in loadBuffers() method1424 public void loadBuffers(BufferLibrary library) { in loadBuffers() method in GLSurfaceView.GLThread1428 mRenderer.loadBuffers(mGL, library); in loadBuffers()
334 mSurfaceView.loadBuffers(BaseObject.sSystemRegistry.bufferLibrary); in goToLevel()507 mSurfaceView.loadBuffers(BaseObject.sSystemRegistry.bufferLibrary); in onSurfaceCreated()
156 public void loadBuffers(GL10 gl, BufferLibrary library) { in loadBuffers() method in GameRenderer