Home
last modified time | relevance | path

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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
DErrorCalculator.java40 private Allocation mInputRowsAllocation; field in ErrorCalculator
62 mInputRowsAllocation = Allocation.createSized(mRS, Element.I32(mRS), rowIndices.length, in ErrorCalculator()
64 mInputRowsAllocation.copyFrom(rowIndices); in ErrorCalculator()
85 mScript.forEach_countInterestingRegions(mInputRowsAllocation, mOutputRegionsAllocation); in calcErrorRS()
98 mScript.forEach_accumulateError(mInputRowsAllocation, mOutputRegionsAllocation); in calcErrorRS()