Home
last modified time | relevance | path

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

/frameworks/base/packages/WallpaperCropper/src/com/android/gallery3d/glrenderer/
DGLCanvas.java123 public abstract boolean unloadTexture(BasicTexture texture); in unloadTexture() method
DGLES20Canvas.java786 public boolean unloadTexture(BasicTexture texture) { in unloadTexture() method in GLES20Canvas