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

  /cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp 65 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
69 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input);
72 blur->setInput(inputAlloc);
99 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
102 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input);
107 convolve->setInput(inputAlloc);
112 convolve->setInput(inputAlloc);
141 sp<Allocation> inputAlloc = Allocation::createSized2D(rs, e, X, Y);
145 inputAlloc->copy2DRangeFrom(0, 0, X, Y, input);
154 lut->forEach(inputAlloc,outputAlloc)
    [all...]
  /frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp 42 sp<Allocation> inputAlloc = Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
50 inputAlloc->copy2DRangeFrom(0, 0, X, Y, inputPtr);
52 sc->forEach_root(inputAlloc, outputAlloc);

Completed in 4721 milliseconds