Searched refs:kern1_in (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/tests/cpp_api/cppbasic-shared/ |
D | compute.cpp | 82 sp<Allocation> kern1_in = Allocation::createTyped(rs, t); in test_compute() local 89 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf); in test_compute() 92 sc->forEach_kern1(kern1_in, kern1_out); in test_compute()
|
/frameworks/rs/tests/cpp_api/cppbasic/ |
D | compute.cpp | 82 sp<Allocation> kern1_in = Allocation::createTyped(rs, t); in test_compute() local 89 kern1_in->copy2DRangeFrom(0, 0, xDim, yDim, buf); in test_compute() 92 sc->forEach_kern1(kern1_in, kern1_out); in test_compute()
|