OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:flushTextures
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
GLSurfaceView.java
498
public void
flushTextures
(TextureLibrary library) {
499
mGLThread.
flushTextures
(library);
686
void
flushTextures
(GL10 gl, TextureLibrary library);
[
all
...]
GameRenderer.java
149
public void
flushTextures
(GL10 gl, TextureLibrary library) {
Game.java
285
mSurfaceView.
flushTextures
(BaseObject.sSystemRegistry.shortTermTextureLibrary);
Completed in 587 milliseconds