Searched refs:mAin (Results 1 – 2 of 2) sorted by relevance
23 private Allocation mAin; field in IntrinsicHistogram28 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 …]
25 Allocation mAin; field in LaunchClip82 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()