Searched refs:mOutputRegionsAllocation (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java41 private Allocation mOutputRegionsAllocation; field in class:ErrorCalculator
65 mOutputRegionsAllocation = Allocation.createSized(mRS, Element.I32(mRS),
85 mScript.forEach_countInterestingRegions(mInputRowsAllocation, mOutputRegionsAllocation);
86 mOutputRegionsAllocation.copyTo(mOutputRowRegions);
98 mScript.forEach_accumulateError(mInputRowsAllocation, mOutputRegionsAllocation);
99 mOutputRegionsAllocation.copyTo(mOutputRowRegions);

Completed in 65 milliseconds