Home | History | Annotate | Download | only in cppbasic

Lines Matching refs:Allocation

28         sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
29 printf("Allocation %p\n", a1.get());
31 sp<Allocation> ain = Allocation::createTyped(rs, t);
32 sp<Allocation> aout = Allocation::createTyped(rs, t);
33 printf("Allocation %p %p\n", ain.get(), aout.get());
46 // We read back the status from the script-side via a "failed" allocation.
51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t);
82 sp<Allocation> kern1_in = Allocation::createTyped(rs, t);
83 sp<Allocation> kern1_out = Allocation::createTyped(rs, t);