Searched refs:U8_2 (Results 1 - 14 of 14) 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},
53 !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.java594 public static Element U8_2(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/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},
57 !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.cpp260 !(in->getType()->getElement()->isCompatible(Element::U8_2(mRS))) &&
272 !(out->getType()->getElement()->isCompatible(Element::U8_2(mRS))) &&
342 !(e->isCompatible(Element::U8_2(rs))) &&
383 !(e->isCompatible(Element::U8_2(rs))) &&
594 !(ain->getType()->getElement()->isCompatible(Element::U8_2(mRS))) &&
H A DrsCppStructs.h181 sp<const Element> U8_2; member in struct:android::RSC::RS::__anon1533
903 static sp<const Element> U8_2(sp<RS> rs);
1788 * Supported elements types are U8_4, U8_3, U8_2, and U8.

Completed in 198 milliseconds