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

/frameworks/base/tests/RenderScriptTests/ImageProcessing/src/com/android/rs/image/
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);
/frameworks/base/tests/RenderScriptTests/ImageProcessing2/src/com/android/rs/image/
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);

Completed in 56 milliseconds