Lines Matching refs:alloc
1532 Allocation alloc = new Allocation(id, rs, t, usage);
1533 alloc.setBitmap(b);
1534 return alloc;
1789 Allocation alloc = createFromBitmap(rs, b, mips, usage);
1791 return alloc;
1839 Allocation alloc = Allocation.createSized(rs, Element.U8(rs), allocArray.length, usage);
1840 alloc.copyFrom(allocArray);
1841 return alloc;