Home | History | Annotate | Download | only in magicsmoke

Lines Matching full:allocation

60     //private Allocation mState;
66 private Allocation[] mSourceTextures;
67 private Allocation[] mRealTextures;
270 mRealTextures[index] = Allocation.createTyped(mRS, mTextureType,
271 Allocation.MipmapControl.MIPMAP_NONE,
272 Allocation.USAGE_SCRIPT |
273 Allocation.USAGE_GRAPHICS_TEXTURE);
274 mSourceTextures[index] = Allocation.createTyped(mRS, mTextureType,
275 Allocation.MipmapControl.MIPMAP_NONE,
276 Allocation.USAGE_SCRIPT);
348 mSourceTextures = new Allocation[5];
349 mRealTextures = new Allocation[5];