Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/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