OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:longTermTextureLibrary
(Results
1 - 3
of
3
) sorted by null
/external/replicaisland/src/com/replica/replicaisland/
Game.java
94
TextureLibrary
longTermTextureLibrary
= new TextureLibrary();
95
BaseObject.sSystemRegistry.
longTermTextureLibrary
=
longTermTextureLibrary
;
169
new DrawableBitmap(
longTermTextureLibrary
.allocateTexture(
171
new DrawableBitmap(
longTermTextureLibrary
.allocateTexture(
173
hud.setFadeTexture(
longTermTextureLibrary
.allocateTexture(R.drawable.black));
175
new DrawableBitmap(
longTermTextureLibrary
.allocateTexture(
177
new DrawableBitmap(
longTermTextureLibrary
.allocateTexture(
179
new DrawableBitmap(
longTermTextureLibrary
.allocateTexture(
181
new DrawableBitmap(
longTermTextureLibrary
.allocateTexture
[
all
...]
ObjectRegistry.java
55
public TextureLibrary
longTermTextureLibrary
;
GameObjectFactory.java
316
TextureLibrary textureLibrary = sSystemRegistry.
longTermTextureLibrary
;
[
all
...]
Completed in 121 milliseconds