HomeSort by relevance Sort by last modified time
    Searched refs:mAin (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicHistogram.java 23 private Allocation mAin;
28 if (mAin != null) {
29 mAin.destroy();
58 mAin = Allocation.createTyped(mRS, tb.create());
99 mAin.copyFrom(i);
101 ScriptIntrinsicHistogram.create(mRS, mAin.getType().getElement());
103 hist.forEach(mAin, makeClipper(x1, y1, x2, y2));
105 mAin.copyFrom(i);
225 mAin.copyFrom(i);
227 ScriptIntrinsicHistogram.create(mRS, mAin.getType().getElement())
    [all...]
LaunchClip.java 25 Allocation mAin;
82 mAin = Allocation.createTyped(mRS, t);
83 mScript.forEach_zero(mAin);
102 if (mAin != null) {
103 mAin.destroy();

Completed in 55 milliseconds