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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java175 canvas.unloadTexture(this);
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.java726 // unloadTexture and deleteBuffer can be called from the finalizer thread,
729 public boolean unloadTexture(BasicTexture t) { method in class:GLES11Canvas
H A DGLES20Canvas.java786 public boolean unloadTexture(BasicTexture texture) { method in class:GLES20Canvas
/packages/apps/Launcher3/WallpaperPicker/src/com/android/gallery3d/glrenderer/
H A DBasicTexture.java175 canvas.unloadTexture(this);
H A DGLCanvas.java123 public abstract boolean unloadTexture(BasicTexture texture); method in interface:GLCanvas
125 // Delete the specified buffer object, similar to unloadTexture.
H A DGLES20Canvas.java786 public boolean unloadTexture(BasicTexture texture) { method in class:GLES20Canvas

Completed in 110 milliseconds