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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DGLCanvas.java109 public boolean unloadTexture(BasicTexture texture); method in interface:GLCanvas
111 // Delete the specified buffer object, similar to unloadTexture.
H A DBasicTexture.java164 canvas.unloadTexture(this);
H A DGLCanvasImpl.java660 // unloadTexture and deleteBuffer can be called from the finalizer thread,
662 public boolean unloadTexture(BasicTexture t) { method in class:GLCanvasImpl
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
H A DGLCanvasStub.java74 public boolean unloadTexture(BasicTexture texture) { method in class:GLCanvasStub

Completed in 58 milliseconds