Searched defs:mInPixelsAllocation2 (Results 1 - 6 of 6) 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 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 DTestBase.java46 protected Allocation mInPixelsAllocation2; field in class:TestBase
113 mInPixelsAllocation2 = ipact.mInPixelsAllocation2;
H A DImageProcessingActivity.java55 Allocation mInPixelsAllocation2; field in class:ImageProcessingActivity
493 mInPixelsAllocation2 = Allocation.createFromBitmap(mRS, mBitmapIn2,
520 mInPixelsAllocation2 = null;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
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 180 milliseconds