Searched defs:image2 (Results 1 - 25 of 32) sorted by relevance

12

/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
H A DArtistic1.java17 package com.android.rs.image2;
H A DBWFilter.java17 package com.android.rs.image2;
H A DContrast.java17 package com.android.rs.image2;
H A DCopy.java17 package com.android.rs.image2;
H A DCrossProcess.java17 package com.android.rs.image2;
H A DExposure.java17 package com.android.rs.image2;
H A DGreyscale.java17 package com.android.rs.image2;
H A DIPSettings.java17 package com.android.rs.image2;
H A DShadows.java17 package com.android.rs.image2;
H A DVibrance.java17 package com.android.rs.image2;
H A DBlend.java17 package com.android.rs.image2;
40 private Allocation image2; field in class:Blend
64 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
114 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
120 mBlendHelper.forEach_setImageAlpha(image2, image2);
124 mBlend.forEachSrc(image1, image2);
127 mBlend.forEachDst(image1, image2);
130 mBlend.forEachSrcOver(image1, image2);
133 mBlend.forEachDstOver(image1, image2);
[all...]
H A DColorCube.java17 package com.android.rs.image2;
H A DColorMatrix.java17 package com.android.rs.image2;
H A DResize.java17 package com.android.rs.image2;
H A DWhiteBalance.java17 package com.android.rs.image2;
H A DBlur25G.java17 package com.android.rs.image2;
H A DGrain.java17 package com.android.rs.image2;
H A DGroupTest.java17 package com.android.rs.image2;
H A DPosterize.java17 package com.android.rs.image2;
H A DBlur25.java17 package com.android.rs.image2;
H A DConvolve3x3.java17 package com.android.rs.image2;
H A DConvolve5x5.java17 package com.android.rs.image2;
H A DMandelbrot.java17 package com.android.rs.image2;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java47 private Allocation image2; field in class:Blend
71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
122 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
128 mBlendHelper.forEach_setImageAlpha(image2);
132 mBlend.forEachSrc(image1, image2);
135 mBlend.forEachDst(image1, image2);
138 mBlend.forEachSrcOver(image1, image2);
141 mBlend.forEachDstOver(image1, image2);
144 mBlend.forEachSrcIn(image1, image2);
147 mBlend.forEachDstIn(image1, image2);
[all...]
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java47 private Allocation image2; field in class:Blend
71 image2 = Allocation.createTyped(mRS, mInPixelsAllocation2.getType());
121 image2.copy2DRangeFrom(0, 0, mInPixelsAllocation2.getType().getX(), mInPixelsAllocation2.getType().getY(), mInPixelsAllocation2, 0, 0);
127 mBlendHelper.forEach_setImageAlpha(image2, image2);
131 mBlend.forEachSrc(image1, image2);
134 mBlend.forEachDst(image1, image2);
137 mBlend.forEachSrcOver(image1, image2);
140 mBlend.forEachDstOver(image1, image2);
143 mBlend.forEachSrcIn(image1, image2);
[all...]

Completed in 92 milliseconds

12