Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DIntrinsicHistogram.java23 private Allocation mAin; field in IntrinsicHistogram
28 if (mAin != null) { in tearDown()
29 mAin.destroy(); in tearDown()
58 mAin = Allocation.createTyped(mRS, tb.create()); in createAllocations()
99 mAin.copyFrom(i); in testNorm()
101 ScriptIntrinsicHistogram.create(mRS, mAin.getType().getElement()); in testNorm()
103 hist.forEach(mAin, makeClipper(x1, y1, x2, y2)); in testNorm()
105 mAin.copyFrom(i); in testNorm()
225 mAin.copyFrom(i); in testDot()
227 ScriptIntrinsicHistogram.create(mRS, mAin.getType().getElement()); in testDot()
[all …]
DLaunchClip.java25 Allocation mAin; field in LaunchClip
82 mAin = Allocation.createTyped(mRS, t); in setup()
83 mScript.forEach_zero(mAin); in setup()
102 if (mAin != null) { in tearDown()
103 mAin.destroy(); in tearDown()