OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unloadTexture
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
GLCanvas.java
109
public boolean
unloadTexture
(BasicTexture texture);
111
// Delete the specified buffer object, similar to
unloadTexture
.
BasicTexture.java
164
canvas.
unloadTexture
(this);
GLCanvasImpl.java
660
//
unloadTexture
and deleteBuffer can be called from the finalizer thread,
662
public boolean
unloadTexture
(BasicTexture t) {
/packages/apps/Gallery2/tests/src/com/android/gallery3d/ui/
GLCanvasStub.java
74
public boolean
unloadTexture
(BasicTexture texture) {
Completed in 39 milliseconds