Home | History | Annotate | Download | only in phasebeam

Lines Matching full:allocation

7 import android.renderscript.Allocation;
42 private Allocation mDotAllocation;
43 private Allocation mBeamAllocation;
178 private Allocation loadTexture(int id) {
179 final Allocation allocation = Allocation.createFromBitmapResource(mRS, mRes, id,
180 Allocation.MipmapControl.MIPMAP_NONE,
181 Allocation.USAGE_GRAPHICS_TEXTURE);
182 return allocation;