Searched refs:outputAlloc (Results 1 - 1 of 1) sorted by relevance

/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
H A DhelloComputeNDK.cpp48 sp<Allocation> outputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE, local
55 sc->forEach_root(inputAlloc, outputAlloc);
56 outputAlloc->copy2DRangeTo(0, 0, X, Y, outputPtr);

Completed in 45 milliseconds