HomeSort by relevance Sort by last modified time
    Searched refs:outputAlloc (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 104 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
111 blur->forEach(outputAlloc);
112 outputAlloc->copy2DRangeTo(0, 0, X, Y, output);
140 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
149 convolve->forEach(outputAlloc);
154 convolve->forEach(outputAlloc);
157 outputAlloc->copy2DRangeTo(0, 0, X, Y, output);
185 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
197 lut->forEach(inputAlloc,outputAlloc);
198 outputAlloc->copy2DRangeTo(0, 0, X, Y, output)
    [all...]
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 48 sp<Allocation> outputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
55 sc->forEach_root(inputAlloc, outputAlloc);
56 outputAlloc->copy2DRangeTo(0, 0, X, Y, outputPtr);

Completed in 80 milliseconds