Home | History | Annotate | Download | only in renderscript

Lines Matching refs:ains

224     protected void forEach(int slot, Allocation[] ains, Allocation aout,
228 forEach(slot, ains, aout, v, null);
234 protected void forEach(int slot, Allocation[] ains, Allocation aout,
239 if (ains != null) {
240 for (Allocation ain : ains) {
246 if (ains == null && aout == null) {
252 if (ains != null) {
253 in_ids = new long[ains.length];
254 for (int index = 0; index < ains.length; ++index) {
255 in_ids[index] = ains[index].getID(mRS);