Searched defs:mTextureHash (Results 1 - 1 of 1) sorted by path

/external/replicaisland/src/com/replica/replicaisland/
H A DTextureLibrary.java42 Texture[] mTextureHash; field in class:TextureLibrary
50 mTextureHash = new Texture[DEFAULT_SIZE];
51 for (int x = 0; x < mTextureHash.length; x++) {
52 mTextureHash[x] = new Texture();
90 for (int x = 0; x < mTextureHash.length; x++) {
91 if (mTextureHash[x].resource != -1 && mTextureHash[x].loaded == false) {
92 loadBitmap(context, gl, mTextureHash[x]);
99 for (int x = 0; x < mTextureHash.length; x++) {
100 if (mTextureHash[
[all...]

Completed in 290 milliseconds