Home | History | Annotate | Download | only in galaxy4

Lines Matching full:allocation

6 import android.renderscript.Allocation;
48 private Allocation mCloudAllocation;
49 private Allocation mStaticStarAllocation;
50 private Allocation mStaticStar2Allocation;
51 private Allocation mBgAllocation;
108 private Allocation loadTexture(int id) {
109 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id,
110 Allocation.MipmapControl.MIPMAP_NONE,
111 Allocation.USAGE_GRAPHICS_TEXTURE);
112 return allocation;