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

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DTestBase.java41 protected Allocation mInPixelsAllocation2; field in class:TestBase
96 mInPixelsAllocation2 = ipact.mInPixelsAllocation2;
H A DBlend.java64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
114 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
H A DImageProcessingActivity2.java54 Allocation mInPixelsAllocation2; field in class:ImageProcessingActivity2
389 mInPixelsAllocation2 = Allocation.createFromBitmap(mRS, mBitmapIn2);
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
H A DTestBase.java46 protected Allocation mInPixelsAllocation2; field in class:TestBase
113 mInPixelsAllocation2 = ipact.mInPixelsAllocation2;
H A DImageProcessingActivity.java55 Allocation mInPixelsAllocation2; field in class:ImageProcessingActivity
432 mInPixelsAllocation2 = Allocation.createFromBitmap(mRS, mBitmapIn2,
459 mInPixelsAllocation2 = null;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java72 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
H A DTestBase.java46 protected Allocation mInPixelsAllocation2; field in class:TestBase
115 mInPixelsAllocation2 = ipact.mInPixelsAllocation2;
H A DImageProcessingActivityJB.java55 Allocation mInPixelsAllocation2; field in class:ImageProcessingActivityJB
413 mInPixelsAllocation2 = Allocation.createFromBitmap(mRS, mBitmapIn2);

Completed in 173 milliseconds