Home
last modified time | relevance | path

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

/frameworks/rs/tests/cpp_api/cppbasic-shared/
Dcompute.cpp50 sp<const Type> failed_t = failed_tb.create(); in test_compute() local
51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); in test_compute()
53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); in test_compute()
/frameworks/rs/tests/cpp_api/cppbasic/
Dcompute.cpp50 sp<const Type> failed_t = failed_tb.create(); in test_compute() local
51 sp<Allocation> failed_alloc = Allocation::createTyped(rs, failed_t); in test_compute()
53 failed_alloc->copy1DRangeFrom(0, failed_t->getCount(), &failed); in test_compute()