Home
last modified time | relevance | path

Searched defs:unloadTexture (Results 1 – 5 of 5) sorted by relevance

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DGLCanvas.java68 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() method
DGLES20Canvas.java437 public boolean unloadTexture(BasicTexture texture) { in unloadTexture() method in GLES20Canvas
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
DGLCanvas.java125 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() method
DGLES11Canvas.java727 public boolean unloadTexture(BasicTexture t) { in unloadTexture() method in GLES11Canvas
DGLES20Canvas.java786 public boolean unloadTexture(BasicTexture texture) { in unloadTexture() method in GLES20Canvas