Home | History | Annotate | Download | only in cppbasic-shared

Lines Matching full:allocation

31         sp<Allocation> a1 = Allocation::createSized(rs, e, 1000);
32 printf("Allocation %p\n", a1.get());
34 sp<Allocation> ain = Allocation::createTyped(rs, t);
35 sp<Allocation> aout = Allocation::createTyped(rs, t);
36 printf("Allocation %p %p\n", ain.get(), aout.get());
49 // We read back the status from the script-side via a "failed" allocation.
54 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t);
85 sp<Allocation> kern1_in = Allocation::createTyped(rs, t);
86 sp<Allocation> kern1_out = Allocation::createTyped(rs, t);