Home
last modified time | relevance | path

Searched refs:unloadTexture (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
DGLCanvas.java123 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() method
DBasicTexture.java175 canvas.unloadTexture(this); in freeResource()
DGLES20Canvas.java786 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
DBasicTexture.java175 canvas.unloadTexture(this); in freeResource()
DGLES11Canvas.java729 public boolean unloadTexture(BasicTexture t) { in unloadTexture() method in GLES11Canvas
DGLES20Canvas.java786 public boolean unloadTexture(BasicTexture texture) { in unloadTexture() method in GLES20Canvas