HomeSort by relevance Sort by last modified time
    Searched refs:mOutPixelsAllocation (Results 1 - 25 of 74) sorted by null

1 2 3

  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
BWFilter.java 31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
Contrast.java 32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
Exposure.java 32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
Shadows.java 32 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
Vibrance.java 33 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
Mandelbrot.java 83 int width = mOutPixelsAllocation.getType().getX();
84 int height = mOutPixelsAllocation.getType().getY();
93 mScript.forEach_root(mOutPixelsAllocation);
Copy.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Greyscale.java 37 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
WhiteBalance.java 35 mScript.forEach_whiteBalanceKernel(mInPixelsAllocation, mOutPixelsAllocation);
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
BWFilter.java 31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
Contrast.java 31 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
Exposure.java 32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
Greyscale.java 29 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Shadows.java 29 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
Vibrance.java 29 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
ColorMatrix.java 56 mIntrinsic.forEach(mInPixelsAllocation, mOutPixelsAllocation);
58 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Copy.java 32 mScript.forEach_root(mInPixelsAllocation, mOutPixelsAllocation);
Mandelbrot.java 77 int width = mOutPixelsAllocation.getType().getX();
78 int height = mOutPixelsAllocation.getType().getY();
87 mScript.forEach_root(mOutPixelsAllocation);
TestBase.java 42 protected Allocation mOutPixelsAllocation;
97 mOutPixelsAllocation = ipact.mOutPixelsAllocation;
118 mOutPixelsAllocation.copyTo(b);
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
BWFilter.java 31 mScript.forEach_bwFilterKernel(mInPixelsAllocation, mOutPixelsAllocation);
Contrast.java 32 mScript.forEach_contrast(mInPixelsAllocation, mOutPixelsAllocation);
Exposure.java 32 mScript.forEach_exposure(mInPixelsAllocation, mOutPixelsAllocation);
Shadows.java 32 mScript.forEach_shadowsKernel(mInPixelsAllocation, mOutPixelsAllocation);
Vibrance.java 33 mScript.forEach_vibranceKernel(mInPixelsAllocation, mOutPixelsAllocation);
Mandelbrot.java 83 int width = mOutPixelsAllocation.getType().getX();
84 int height = mOutPixelsAllocation.getType().getY();
93 mScript.forEach_root(mOutPixelsAllocation);

Completed in 2266 milliseconds

1 2 3