Home
last modified time | relevance | path

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

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