HomeSort by relevance Sort by last modified time
    Searched refs:mOutPixelsAllocation (Results 26 - 50 of 91) sorted by null

12 3 4

  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
TestBase.java 36 public Allocation mOutPixelsAllocation;
93 mOutPixelsAllocation = ipact.mProcessor.mOutPixelsAllocation;
Copy.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Fisheye.java 129 mScript_approx_relaxed.forEach_root(mOutPixelsAllocation);
131 mScript_approx_full.forEach_root(mOutPixelsAllocation);
133 mScript_relaxed.forEach_root(mOutPixelsAllocation);
135 mScript_full.forEach_root(mOutPixelsAllocation);
Greyscale.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
ColorMatrix.java 79 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
81 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Copy.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Fisheye.java 124 mScript_approx_relaxed.forEach_root(mOutPixelsAllocation);
126 mScript_approx_full.forEach_root(mOutPixelsAllocation);
128 mScript_relaxed.forEach_root(mOutPixelsAllocation);
130 mScript_full.forEach_root(mOutPixelsAllocation);
Greyscale.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
TestBase.java 45 protected Allocation mOutPixelsAllocation;
112 mOutPixelsAllocation = ipact.mOutPixelsAllocation;
139 mOutPixelsAllocation.copyTo(b);
ColorMatrix.java 63 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
65 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Convolve3x3.java 67 mIntrinsic.forEach(mOutPixelsAllocation);
69 mScript.forEach_root(mOutPixelsAllocation);
GroupTest.java 81 mOutPixelsAllocation.getType(),
92 mOutPixelsAllocation = (Allocation)mGroup.execute(mInPixelsAllocation)[0];
95 mMatrix.forEach(mScratchPixelsAllocation1, mOutPixelsAllocation);
Artistic1.java 41 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation);
LevelsV4.java 153 mScriptF.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation);
155 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
159 mScriptR.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation);
161 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Mirror.java 46 mScript.forEach_mirror(mOutPixelsAllocation);
Vignette.java 137 mOutPixelsAllocation);
140 mOutPixelsAllocation);
143 mOutPixelsAllocation);
146 mOutPixelsAllocation);
WhiteBalance.java 41 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Artistic1.java 38 mScript.forEach_process(mInPixelsAllocation, mOutPixelsAllocation);
Fisheye.java 126 mScript_approx_relaxed.forEach_root(mOutPixelsAllocation);
128 mScript_approx_full.forEach_root(mOutPixelsAllocation);
130 mScript_relaxed.forEach_root(mOutPixelsAllocation);
132 mScript_full.forEach_root(mOutPixelsAllocation);
ColorMatrix.java 72 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
74 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
TestBase.java 35 protected Allocation mOutPixelsAllocation;
93 mOutPixelsAllocation = ipact.mProcessor.mOutDisplayAllocationIO;
95 mOutPixelsAllocation = ipact.mProcessor.mOutDisplayAllocation1;
LevelsV4.java 153 mScriptF.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation);
155 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
159 mScriptR.forEach_root4(mInPixelsAllocation, mOutPixelsAllocation);
161 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Vignette.java 139 mOutPixelsAllocation);
142 mOutPixelsAllocation);
145 mOutPixelsAllocation);
148 mOutPixelsAllocation);
WhiteBalance.java 40 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
  /development/samples/RenderScript/Levels/src/com/android/rs/levels/
LevelsRSActivity.java 64 private Allocation mOutPixelsAllocation;
174 mOutPixelsAllocation = Allocation.createTyped(mRS, mInPixelsAllocation.getType(),
198 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
199 mOutPixelsAllocation.ioSend();
216 mOutPixelsAllocation.setSurface(new Surface(surface));
224 mOutPixelsAllocation.setSurface(new Surface(surface));
230 mOutPixelsAllocation.setSurface(null);

Completed in 136 milliseconds

12 3 4