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

1 2 3 4

  /cts/tests/tests/renderscript/src/android/renderscript/cts/
IntrinsicLut.java 36 mIntrinsic = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS));
59 makeBuffers(97, 97, Element.U8_4(mRS));
72 makeBuffers(97, 97, Element.U8_4(mRS));
87 ScriptIntrinsicLUT s = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS));
Intrinsic3DLut.java 66 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
77 mIntrinsic = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS));
83 makeBuffers(97, 97, Element.U8_4(mRS));
96 makeBuffers(97, 97, Element.U8_4(mRS));
110 makeBuffers(97, 97, Element.U8_4(mRS));
125 makeBuffers(97, 97, Element.U8_4(mRS));
140 ScriptIntrinsic3DLUT s = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS));
IntrinsicBlur.java 66 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) {
78 if (mAllocSrc.getType().getElement().isCompatible(Element.U8_4(mRS))) {
102 Element e = Element.U8_4(mRS);
132 Element e = Element.U8_4(mRS);
145 ScriptIntrinsicBlur s = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
ImageProcessingTest.java 72 Type t = new Type.Builder(mRS, Element.U8_4(mRS)).setX(dimX).setY(dimX).create();
79 mBlur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
102 mBlend = ScriptIntrinsicBlend.create(mRS, Element.U8_4(mRS));
166 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
204 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
227 mConvolve5x5 = ScriptIntrinsicConvolve5x5.create(mRS, Element.U8_4(mRS));
252 mLUT = ScriptIntrinsicLUT.create(mRS, Element.U8_4(mRS));
297 mConvolve3x3 = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
298 mColorMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
319 Type connect = new Type.Builder(mRS, Element.U8_4(mRS)).setX(dimX).setY(dimX).create()
    [all...]
  /frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/
Artistic1.java 30 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
GroupTest.java 44 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
45 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
59 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
WhiteBalance.java 31 mHist = ScriptIntrinsicHistogram.create(mRS, Element.U8_4(mRS));
ColorCube.java 39 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
64 mIntrinsic = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS));
  /frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
GroupTest.java 51 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
52 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
66 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
Artistic1.java 33 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
WhiteBalance.java 32 mHist = ScriptIntrinsicHistogram.create(mRS, Element.U8_4(mRS));
ColorCube.java 47 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
72 mIntrinsic = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS));
ColorMatrix.java 49 mIntrinsic = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
  /frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
GroupTest.java 51 mConvolve = ScriptIntrinsicConvolve3x3.create(mRS, Element.U8_4(mRS));
52 mMatrix = ScriptIntrinsicColorMatrix.create(mRS, Element.U8_4(mRS));
66 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
Artistic1.java 33 ScriptIntrinsicBlur blur = ScriptIntrinsicBlur.create(mRS, Element.U8_4(mRS));
WhiteBalance.java 32 mHist = ScriptIntrinsicHistogram.create(mRS, Element.U8_4(mRS));
ColorCube.java 47 Type.Builder tb = new Type.Builder(mRS, Element.U8_4(mRS));
72 mIntrinsic = ScriptIntrinsic3DLUT.create(mRS, Element.U8_4(mRS));
  /frameworks/rs/java/tests/ComputePerf/src/com/example/android/rs/computeperf/
Mandelbrot.java 31 Type.Builder tb = new Type.Builder(rs, Element.U8_4(rs));
  /cts/tests/tests/hardware/src/android/hardware/camera2/cts/rs/
AllocationInfo.java 291 U8_4;
311 } else if (element.equals(Element.U8_4(RenderScriptSingleton.getRS()))) {
312 return U8_4;
342 case U8_4:
343 comparison = Element.U8_4(mRS);
  /frameworks/base/rs/java/android/renderscript/
ScriptIntrinsicHistogram.java 36 * {@link Element#U8_4}, {@link Element#U8_3},
45 if ((!e.isCompatible(Element.U8_4(rs))) &&
97 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
98 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
195 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
196 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
ScriptIntrinsic3DLUT.java 37 * Supported elements types are {@link Element#U8_4}
49 if (!e.isCompatible(Element.U8_4(rs))) {
ScriptIntrinsicBlur.java 37 * Supported elements types are {@link Element#U8_4 Element#U8}
45 if ((!e.isCompatible(Element.U8_4(rs))) && (!e.isCompatible(Element.U8(rs)))) {
ScriptIntrinsicConvolve5x5.java 33 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
55 !e.isCompatible(Element.U8_4(rs)) &&
ScriptIntrinsicResize.java 31 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4}
57 !e.isCompatible(Element.U8_4(mRS)) &&
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
ScriptIntrinsicHistogram.java 40 * {@link Element#U8_4}, {@link Element#U8_3},
49 if ((!e.isCompatible(Element.U8_4(rs))) &&
107 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
108 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
205 !ain.getType().getElement().isCompatible(Element.U8_4(mRS))) {
206 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");

Completed in 363 milliseconds

1 2 3 4