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

/packages/apps/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java68 public abstract boolean unloadTexture(BasicTexture texture); method in interface:GLCanvas
H A DGLES20Canvas.java437 public boolean unloadTexture(BasicTexture texture) { method in class:GLES20Canvas
/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DGLCanvas.java125 public abstract boolean unloadTexture(BasicTexture texture); method in interface:GLCanvas
127 // Delete the specified buffer object, similar to unloadTexture.
H A DGLES11Canvas.java724 // unloadTexture and deleteBuffer can be called from the finalizer thread,
727 public boolean unloadTexture(BasicTexture t) { method in class:GLES11Canvas
H A DGLES20Canvas.java786 public boolean unloadTexture(BasicTexture texture) { method in class:GLES20Canvas

Completed in 147 milliseconds