HomeSort by relevance Sort by last modified time
    Searched defs:forEach_root (Results 1 - 25 of 29) sorted by null

1 2

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
Copy.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Greyscale.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Vignette.java 140 mScript_approx_relaxed.forEach_root(mInPixelsAllocation,
143 mScript_approx_full.forEach_root(mInPixelsAllocation,
146 mScript_relaxed.forEach_root(mInPixelsAllocation,
149 mScript_full.forEach_root(mInPixelsAllocation,
ColorMatrix.java 66 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
ColorCube.java 84 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Grain.java 90 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
LevelsV4.java 155 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
161 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Copy.java 32 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Greyscale.java 29 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Vignette.java 136 mScript_approx_relaxed.forEach_root(mInPixelsAllocation,
139 mScript_approx_full.forEach_root(mInPixelsAllocation,
142 mScript_relaxed.forEach_root(mInPixelsAllocation,
145 mScript_full.forEach_root(mInPixelsAllocation,
ColorMatrix.java 58 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
ColorCube.java 75 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Grain.java 85 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
LevelsV4.java 149 mScriptF.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
155 mScriptR.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
Copy.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Greyscale.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Vignette.java 140 mScript_approx_relaxed.forEach_root(mInPixelsAllocation,
143 mScript_approx_full.forEach_root(mInPixelsAllocation,
146 mScript_relaxed.forEach_root(mInPixelsAllocation,
149 mScript_full.forEach_root(mInPixelsAllocation,
ColorMatrix.java 66 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Grain.java 90 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
  /development/samples/RenderScript/HelloCompute/src/com/example/android/rs/hellocompute/
HelloCompute.java 67 mScript.forEach_root(mInAllocation, mOutAllocation);
  /frameworks/rs/java/tests/LatencyBenchmark/src/com/example/android/rs/computebench/
Benchmark.java 42 mScript.forEach_root(ain, aout);
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
UT_kernel.java 53 s.forEach_root(A, B);
UT_kernel_struct.java 54 s.forEach_root(A, B);
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
UT_kernel.java 53 s.forEach_root(A, B);
UT_kernel_struct.java 54 s.forEach_root(A, B);

Completed in 831 milliseconds

1 2