Searched refs:mOutPixelsAllocation (Results 1 - 25 of 89) sorted by relevance

1234

/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/
H A DPosterize.java47 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
49 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation);
51 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation);
53 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation);
55 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation);
H A DBWFilter.java31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DContrast.java31 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
H A DCopy.java32 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DExposure.java32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
H A DGreyscale.java29 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
H A DShadows.java29 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DVibrance.java29 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DMandelbrot.java82 int width = mOutPixelsAllocation.getType().getX();
83 int height = mOutPixelsAllocation.getType().getY();
93 mScript.forEach_rootD(mOutPixelsAllocation);
95 mScript.forEach_root(mOutPixelsAllocation);
/frameworks/rs/tests/java_api/ImageProcessing_jb/src/com/android/rs/image/
H A DPosterize.java56 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
58 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation);
60 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation);
62 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation);
64 mScript.forEach_root(mOutPixelsAllocation, mOutPixelsAllocation);
H A DBWFilter.java31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DContrast.java32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
H A DExposure.java32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
H A DShadows.java29 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DVibrance.java29 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DMandelbrot.java82 int width = mOutPixelsAllocation.getType().getX();
83 int height = mOutPixelsAllocation.getType().getY();
93 mScript.forEach_rootD(mOutPixelsAllocation);
95 mScript.forEach_root(mOutPixelsAllocation);
H A DHistogram.java59 mScript.set_gDest(mOutPixelsAllocation);
61 mScript.forEach_clear(mOutPixelsAllocation);
80 mScript.forEach_draw(mOutPixelsAllocation, lo);
/frameworks/rs/tests/java_api/ImageProcessing/src/com/android/rs/image/
H A DBWFilter.java31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DContrast.java32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
H A DExposure.java32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
H A DShadows.java32 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DMandelbrot.java88 int width = mOutPixelsAllocation.getType().getX();
89 int height = mOutPixelsAllocation.getType().getY();
99 mScript.forEach_rootD(mOutPixelsAllocation);
101 mScript.forEach_root(mOutPixelsAllocation);
H A DVibrance.java33 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
H A DHistogram.java53 mScript.set_gDest(mOutPixelsAllocation);
55 mScript.forEach_clear(mOutPixelsAllocation);
72 mScript.forEach_draw(mOutPixelsAllocation, lo);
/frameworks/rs/tests/java_api/ScriptGroupTest/src/com/android/rs/sgtest/
H A DTestBase.java45 protected Allocation mOutPixelsAllocation; field in class:TestBase
72 mOutPixelsAllocation = ipact.mOutPixelsAllocation;
99 mOutPixelsAllocation.copyTo(b);

Completed in 145 milliseconds

1234