Home | History | Annotate | Download | only in renderscript

Lines Matching full:allocation

27     private Allocation mTables;
33 mTables = Allocation.createSized(rs, Element.U8(rs), 1024);
121 * @param ain Input allocation
122 * @param aout Output allocation
124 public void forEach(Allocation ain, Allocation aout) {
132 * @param ain Input allocation
133 * @param aout Output allocation
136 public void forEach(Allocation ain, Allocation aout, Script.LaunchOptions opt) {