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

/external/replicaisland/src/com/replica/replicaisland/
H A DGameRenderer.java142 public void loadTextures(GL10 gl, TextureLibrary library) { method in class:GameRenderer
H A DGLSurfaceView.java502 public void loadTextures(TextureLibrary library) { method in class:GLSurfaceView
503 mGLThread.loadTextures(library);
685 void loadTextures(GL10 gl, TextureLibrary library); method in interface:GLSurfaceView.Renderer
1406 public void loadTextures(TextureLibrary library) { method in class:GLSurfaceView.GLThread
1410 mRenderer.loadTextures(mGL, library);

Completed in 48 milliseconds