Searched refs:U8_2 (Results 1 - 9 of 9) 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}
53 !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.java565 public static Element U8_2(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp259 !(in->getType()->getElement()->isCompatible(Element::U8_2(mRS))) &&
271 !(out->getType()->getElement()->isCompatible(Element::U8_2(mRS))) &&
341 !(e->isCompatible(Element::U8_2(rs))) &&
382 !(e->isCompatible(Element::U8_2(rs))) &&
H A DrsCppStructs.h175 sp<const Element> U8_2; member in struct:android::RSC::RS::__anon1463
843 static sp<const Element> U8_2(sp<RS> rs);
1716 * Supported elements types are U8_4, U8_3, U8_2, and U8.
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DElement.java520 public static Element U8_2(RenderScript rs) { method in class:Element

Completed in 113 milliseconds