Searched refs:U8_2 (Results 1 - 20 of 20) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java37 * {@link Element#U8_2}, {@link Element#U8}
47 (!e.isCompatible(Element.U8_2(rs))) &&
95 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
98 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
193 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
196 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
H A DScriptIntrinsicConvolve5x5.java33 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
53 !e.isCompatible(Element.U8_2(rs)) &&
H A DScriptIntrinsicResize.java31 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4}
55 !e.isCompatible(Element.U8_2(mRS)) &&
H A DScriptIntrinsicConvolve3x3.java33 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
52 !e.isCompatible(Element.U8_2(rs)) &&
H A DScriptIntrinsicColorMatrix.java36 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
246 !ain.getElement().isCompatible(Element.U8_2(mRS)) &&
258 !aout.getElement().isCompatible(Element.U8_2(mRS)) &&
H A DElement.java745 public static Element U8_2(RenderScript rs) { method in class:Element
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicHistogram.java41 * {@link Element#U8_2}, {@link Element#U8}
51 (!e.isCompatible(Element.U8_2(rs))) &&
105 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
108 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
203 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
206 throw new RSIllegalArgumentException("Input type must be U8, U8_1, U8_2 or U8_4.");
H A DScriptIntrinsicConvolve3x3.java37 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
56 !e.isCompatible(Element.U8_2(rs)) &&
H A DScriptIntrinsicConvolve5x5.java37 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
57 !e.isCompatible(Element.U8_2(rs)) &&
H A DScriptIntrinsicResize.java35 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4}
65 !e.isCompatible(Element.U8_2(mRS)) &&
H A DScriptIntrinsicColorMatrix.java226 !ain.getElement().isCompatible(Element.U8_2(mRS)) &&
238 !aout.getElement().isCompatible(Element.U8_2(mRS)) &&
H A DElement.java528 public static Element U8_2(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp268 !(in->getType()->getElement()->isCompatible(Element::U8_2(mRS))) &&
280 !(out->getType()->getElement()->isCompatible(Element::U8_2(mRS))) &&
350 !(e->isCompatible(Element::U8_2(rs))) &&
391 !(e->isCompatible(Element::U8_2(rs))) &&
602 !(ain->getType()->getElement()->isCompatible(Element::U8_2(mRS))) &&
H A DrsCppStructs.h450 sp<const Element> U8_2; member in struct:android::RSC::RS::__anon1962
1201 static sp<const Element> U8_2(const sp<RS> &rs);
4028 * Supported elements types are U8_4, U8_3, U8_2, and U8.
/frameworks/rs/tests/lldb/cpp/Allocations/
H A DAllocations.cpp173 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS));
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java217 Type.Builder typeU8_2Builder = new Type.Builder(mRS, Element.U8_2(mRS));
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp177 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS));
/frameworks/compile/slang/tests/P_reduce_general_result/
H A DScriptC_reduce_general_result.java.expect61 __U8_2 = Element.U8_2(rs);
4275 throw new RSRuntimeException("Type mismatch with U8_2!");
4382 throw new RSRuntimeException("Type mismatch with U8_2!");
/frameworks/compile/slang/tests/P_reduce_general_input/
H A DScriptC_reduce_general_input.java.expect61 __U8_2 = Element.U8_2(rs);
12689 throw new RSRuntimeException("Type mismatch with U8_2!");
12726 throw new RSRuntimeException("Type mismatch with U8_2!");
12763 throw new RSRuntimeException("Type mismatch with U8_2!");
12800 throw new RSRuntimeException("Type mismatch with U8_2!");
12837 throw new RSRuntimeException("Type mismatch with U8_2!");
12874 throw new RSRuntimeException("Type mismatch with U8_2!");
12911 throw new RSRuntimeException("Type mismatch with U8_2!");
12948 throw new RSRuntimeException("Type mismatch with U8_2!");
12985 throw new RSRuntimeException("Type mismatch with U8_2!");
[all...]
/frameworks/compile/slang/tests/P_reduce_general_inputs/
H A DScriptC_reduce_general_inputs.java.expect53 __U8_2 = Element.U8_2(rs);
1896 throw new RSRuntimeException("Type mismatch with U8_2!");
1964 throw new RSRuntimeException("Type mismatch with U8_2!");
4674 throw new RSRuntimeException("Type mismatch with U8_2!");
4746 throw new RSRuntimeException("Type mismatch with U8_2!");
7496 throw new RSRuntimeException("Type mismatch with U8_2!");
7568 throw new RSRuntimeException("Type mismatch with U8_2!");
10210 throw new RSRuntimeException("Type mismatch with U8_2!");
10278 throw new RSRuntimeException("Type mismatch with U8_2!");
12988 throw new RSRuntimeException("Type mismatch with U8_2!");
[all...]

Completed in 2784 milliseconds