Home | History | Annotate | Download | only in cppbasic

Lines Matching full: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());
38 // We read back the status from the script-side via a "failed" allocation.
43 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t);
74 sp<Allocation> kern1_in = Allocation::createTyped(rs, t);
75 sp<Allocation> kern1_out = Allocation::createTyped(rs, t);