Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
DGLCanvas.java117 public boolean unloadTexture(BasicTexture texture); in unloadTexture() method
DBasicTexture.java169 canvas.unloadTexture(this); in freeResource()
DGLCanvasImpl.java732 public boolean unloadTexture(BasicTexture t) { in unloadTexture() method in GLCanvasImpl
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
DGLCanvasStub.java75 public boolean unloadTexture(BasicTexture texture) { in unloadTexture() method in GLCanvasStub