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

/frameworks/base/tests/RenderScriptTests/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
102 mInPixelsAllocation2 = Allocation.createFromBitmap(mRS, b2,
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
H A DBlend.java62 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
112 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
H A DTestBase.java41 protected Allocation mInPixelsAllocation2; field in class:TestBase
97 mInPixelsAllocation2 = Allocation.createFromBitmap(mRS, b2,

Completed in 43 milliseconds