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

  /frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
TestBase.java 92 if (ipact.mProcessor.mOutDisplayAllocation1 == null) {
95 mOutPixelsAllocation = ipact.mProcessor.mOutDisplayAllocation1;
ImageProcessingActivity2.java 151 Allocation mOutDisplayAllocation1;
234 mOutDisplayAllocation1 = Allocation.createFromBitmap(mRS, mBitmapOut1);
312 mTest.mOutPixelsAllocation = mOutDisplayAllocation1;
326 mOutDisplayAllocation1.copyTo(mBitmapOut1);
347 mOutDisplayAllocation1.copyTo(mBitmapOut1);
486 mTest.mOutPixelsAllocation = mOutDisplayAllocation1;
497 mOutDisplayAllocation1.copyTo(mBitmapOut1);
552 mOutDisplayAllocation1.destroy();
564 mOutDisplayAllocation1 = null;

Completed in 84 milliseconds