OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:inputAlloc
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/rscpp/librscpptest/
rs_jni.cpp
103
sp<Allocation>
inputAlloc
= Allocation::createSized2D(rs, e, X, Y);
107
inputAlloc
->copy2DRangeFrom(0, 0, X, Y, input);
110
blur->setInput(
inputAlloc
);
139
sp<Allocation>
inputAlloc
= Allocation::createSized2D(rs, e, X, Y);
142
inputAlloc
->copy2DRangeFrom(0, 0, X, Y, input);
147
convolve->setInput(
inputAlloc
);
152
convolve->setInput(
inputAlloc
);
184
sp<Allocation>
inputAlloc
= Allocation::createSized2D(rs, e, X, Y);
188
inputAlloc
->copy2DRangeFrom(0, 0, X, Y, input);
197
lut->forEach(
inputAlloc
,outputAlloc)
[
all
...]
/frameworks/rs/java/tests/HelloComputeNDK/libhellocomputendk/
helloComputeNDK.cpp
45
sp<Allocation>
inputAlloc
= Allocation::createTyped(rs, t, RS_ALLOCATION_MIPMAP_NONE,
53
inputAlloc
->copy2DRangeFrom(0, 0, X, Y, inputPtr);
55
sc->forEach_root(
inputAlloc
, outputAlloc);
/cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCreateAllocationsTest.java
97
Allocation
inputAlloc
= Allocation.createTyped(mRS, t,
99
inputAlloc
.setSurface(allocArray[0].getSurface());
107
inputAlloc
.copyFromUnchecked(dataIn);
108
inputAlloc
.ioSend();
Completed in 109 milliseconds