Home
last modified time | relevance | path

Searched refs:failed_alloc (Results 1 – 2 of 2) sorted by relevance

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