Searched defs:mInPixelsAllocation (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DTestBase.java43 protected Allocation mInPixelsAllocation; field in class:TestBase
110 mInPixelsAllocation = ipact.mInPixelsAllocation;
H A DImageProcessingActivity.java54 Allocation mInPixelsAllocation; field in class:ImageProcessingActivity
408 mInPixelsAllocation = Allocation.createFromBitmapResource(
412 mBitmapOut = Bitmap.createBitmap(mInPixelsAllocation.getType().getX(),
413 mInPixelsAllocation.getType().getY(),
465 mInPixelsAllocation = null;
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DTestBase.java40 protected Allocation mInPixelsAllocation; field in class:TestBase
95 mInPixelsAllocation = ipact.mInPixelsAllocation;
H A DImageProcessingActivity2.java53 Allocation mInPixelsAllocation; field in class:ImageProcessingActivity2
388 mInPixelsAllocation = Allocation.createFromBitmap(mRS, mBitmapIn);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DTestBase.java34 protected Allocation mInPixelsAllocation; field in class:TestBase
91 mInPixelsAllocation = ipact.mProcessor.mInPixelsAllocation;
H A DImageProcessingActivityJB.java149 Allocation mInPixelsAllocation; field in class:ImageProcessingActivityJB.Processor
198 mInPixelsAllocation = Allocation.createFromBitmapResource(
204 mInPixelsAllocation = Allocation.createFromBitmapResource(
210 mInPixelsAllocation = Allocation.createFromBitmapResource(
216 mInPixelsAllocation = Allocation.createFromBitmapResource(
225 mOutDisplayAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
233 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
460 mInPixelsAllocation.destroy();
473 mInPixelsAllocation = null;

Completed in 80 milliseconds