Home | History | Annotate | Download | only in renderscript

Lines Matching full:allocation

130     protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v) {
157 protected void forEach(int slot, Allocation ain, Allocation aout, FieldPacker v, LaunchOptions sc) {
190 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v) {
199 protected void forEach(int slot, Allocation[] ains, Allocation aout, FieldPacker v, LaunchOptions sc) {
202 for (Allocation ain : ains) {
242 public void bindAllocation(Allocation va, int slot) {
378 protected Allocation mAllocation;
381 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT);
385 mAllocation = Allocation.createSized(rs, mElement, dimx, Allocation.USAGE_SCRIPT | usages);
399 public Allocation getAllocation() {