OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mOutAllocation
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
AllocationCopy2DRangeTest.java
26
private Allocation
mOutAllocation
;
46
mOutAllocation
= Allocation.createTyped(mRS, mInAllocation.getType());
52
mScript.set_mOut(
mOutAllocation
);
55
mOutAllocation
.copyTo(outArray);
/development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java
33
private Allocation
mOutAllocation
;
61
mOutAllocation
= Allocation.createFromBitmap(mRS, mBitmapOut,
67
mScript.forEach_root(mInAllocation,
mOutAllocation
);
68
mOutAllocation
.copyTo(mBitmapOut);
Completed in 93 milliseconds