Home | History | Annotate | Download | only in renderscript

Lines Matching refs:alloc

1203         Allocation alloc = createFromBitmap(rs, b, mips, usage);
1205 return alloc;
1244 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
1245 alloc.copyFrom(allocArray);
1246 return alloc;