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

/frameworks/base/tests/CanvasCompare/src/com/android/test/hwuicompare/
H A DErrorCalculator.java38 private Allocation mOutputPixelsAllocation; field in class:ErrorCalculator
126 mOutputPixelsAllocation = Allocation.createFromBitmap(mRS, output,
128 mScript.forEach_displayDifference(mOutputPixelsAllocation, mOutputPixelsAllocation);
129 mOutputPixelsAllocation.copyTo(output);

Completed in 33 milliseconds