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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java45 private int[] mOutputRowRegions; field in class:ErrorCalculator
50 mOutputRowRegions = new int[height / REGION_SIZE];
66 mOutputRowRegions.length, Allocation.USAGE_SCRIPT);
86 mOutputRegionsAllocation.copyTo(mOutputRowRegions);
89 for (int region : mOutputRowRegions) {
99 mOutputRegionsAllocation.copyTo(mOutputRowRegions);
101 for (int row : mOutputRowRegions) {

Completed in 6 milliseconds