Home
last modified time | relevance | path

Searched defs:loadTextures (Results 1 – 3 of 3) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DGLSurfaceView.java502 public void loadTextures(TextureLibrary library) { in loadTextures() method in GLSurfaceView
685 void loadTextures(GL10 gl, TextureLibrary library); in loadTextures() method
1406 public void loadTextures(TextureLibrary library) { in loadTextures() method in GLSurfaceView.GLThread
DGameRenderer.java142 public void loadTextures(GL10 gl, TextureLibrary library) { in loadTextures() method in GameRenderer
/external/jmonkeyengine/engine/src/core-effects/com/jme3/water/
DSimpleWaterProcessor.java263 protected void loadTextures(AssetManager manager) { in loadTextures() method in SimpleWaterProcessor