OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mAout
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/renderscript/src/android/renderscript/cts/
LaunchClip.java
26
Allocation
mAout
;
87
mAout
= Allocation.createTyped(mRS, t);
88
mScript.forEach_zero(
mAout
);
105
if (
mAout
!= null) {
106
mAout
.destroy();
199
mScript.forEach_write1d(
mAout
, sc);
200
mAout
.copyTo(mOut);
210
AllocationAdapter a = makeAdapter(
mAout
, 68, 0, 0, 9, 0, 0);
212
mAout
.copyTo(mOut);
224
mScript.forEach_write2d(
mAout
, sc)
[
all
...]
IntrinsicHistogram.java
24
private Allocation
mAout
;
31
if (
mAout
!= null) {
32
mAout
.destroy();
59
mAout
= Allocation.createSized(mRS, e2, 256);
102
hist.setOutput(
mAout
);
106
mAout
.copyTo(res);
228
hist.setOutput(
mAout
);
233
mAout
.copyTo(res);
Completed in 558 milliseconds