Searched refs:mScratchPixelsAllocation2 (Results 1 - 7 of 7) sorted by relevance

/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DUsageIO.java35 private Allocation mScratchPixelsAllocation2; field in class:UsageIO
52 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, connect, Allocation.USAGE_IO_INPUT | Allocation.USAGE_SCRIPT);
54 Surface s = mScratchPixelsAllocation2.getSurface();
61 mScratchPixelsAllocation2.ioReceive();
62 mMatrix.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
H A DBlur25.java39 private Allocation mScratchPixelsAllocation2; field in class:Blur25
80 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
89 mScript.set_ScratchPixel2(mScratchPixelsAllocation2);
98 mScript.forEach_horz(mScratchPixelsAllocation2);
H A DBlur25G.java41 private Allocation mScratchPixelsAllocation2; field in class:Blur25G
71 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
82 mIntrinsic.forEach(mScratchPixelsAllocation2);
105 mCM.forEach(mScratchPixelsAllocation2, mOutPixelsAllocation);
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DBlur25G.java35 private Allocation mScratchPixelsAllocation2; field in class:Blur25G
65 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
76 mIntrinsic.forEach(mScratchPixelsAllocation2);
88 mScript.forEach_toU8_4(mScratchPixelsAllocation2, mOutPixelsAllocation);
H A DBlur25.java35 private Allocation mScratchPixelsAllocation2; field in class:Blur25
76 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
85 mScript.set_ScratchPixel2(mScratchPixelsAllocation2);
94 mScript.forEach_horz(mScratchPixelsAllocation2);
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlur25G.java41 private Allocation mScratchPixelsAllocation2; field in class:Blur25G
71 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
82 mIntrinsic.forEach(mScratchPixelsAllocation2);
94 mScript.forEach_toU8_4(mScratchPixelsAllocation2, mOutPixelsAllocation);
H A DBlur25.java39 private Allocation mScratchPixelsAllocation2; field in class:Blur25
80 mScratchPixelsAllocation2 = Allocation.createTyped(mRS, tb.create());
89 mScript.set_ScratchPixel2(mScratchPixelsAllocation2);
98 mScript.forEach_horz(mScratchPixelsAllocation2);

Completed in 152 milliseconds