Searched defs:failed_alloc (Results 1 - 2 of 2) sorted by last modified time

/frameworks/rs/tests/cpp_api/cppbasic/
H A Dcompute.cpp51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); local
53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed);
54 sc->bind_failed(failed_alloc);
96 failed_alloc->copy1DTo(&failed);
/frameworks/rs/tests/cpp_api/cppbasic-shared/
H A Dcompute.cpp51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); local
53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed);
54 sc->bind_failed(failed_alloc);
96 failed_alloc->copy1DTo(&failed);

Completed in 55 milliseconds