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 66 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
73 blur->forEach(outputAlloc);
74 outputAlloc->copy2DRangeTo(0, 0, X, Y, output);
100 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
109 convolve->forEach(outputAlloc);
114 convolve->forEach(outputAlloc);
117 outputAlloc->copy2DRangeTo(0, 0, X, Y, output);
142 sp<Allocation> outputAlloc = Allocation::createSized2D(rs, e, X, Y);
154 lut->forEach(inputAlloc,outputAlloc);
155 outputAlloc->copy2DRangeTo(0, 0, X, Y, output)
    [all...]
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 45 sp<Allocation> outputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
52 sc->forEach_root(inputAlloc, outputAlloc);
53 outputAlloc->copy2DRangeTo(0, 0, X, Y, outputPtr);

Completed in 333 milliseconds