Home
last modified time | relevance | path

Searched refs:mAout (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DLaunchClip.java26 Allocation mAout; field in LaunchClip
87 mAout = Allocation.createTyped(mRS, t); in setup()
88 mScript.forEach_zero(mAout); in setup()
105 if (mAout != null) { in tearDown()
106 mAout.destroy(); in tearDown()
199 mScript.forEach_write1d(mAout, sc); in testWrite1D()
200 mAout.copyTo(mOut); in testWrite1D()
210 AllocationAdapter a = makeAdapter(mAout, 68, 0, 0, 9, 0, 0); in testWrite1DAdapter1D()
212 mAout.copyTo(mOut); in testWrite1DAdapter1D()
224 mScript.forEach_write2d(mAout, sc); in testWrite2D()
[all …]
DIntrinsicHistogram.java24 private Allocation mAout; field in IntrinsicHistogram
31 if (mAout != null) { in tearDown()
32 mAout.destroy(); in tearDown()
59 mAout = Allocation.createSized(mRS, e2, 256); in createAllocations()
102 hist.setOutput(mAout); in testNorm()
106 mAout.copyTo(res); in testNorm()
228 hist.setOutput(mAout); in testDot()
233 mAout.copyTo(res); in testDot()