Searched refs:U8_3 (Results 1 - 14 of 14) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScriptIntrinsicHistogram.java36 * {@link Element#U8_4}, {@link Element#U8_3},
46 (!e.isCompatible(Element.U8_3(rs))) &&
96 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
194 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
H A DScriptIntrinsicConvolve5x5.java33 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
54 !e.isCompatible(Element.U8_3(rs)) &&
H A DScriptIntrinsicResize.java31 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4}
56 !e.isCompatible(Element.U8_3(mRS)) &&
H A DScriptIntrinsicConvolve3x3.java33 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
54 !e.isCompatible(Element.U8_3(rs)) &&
H A DScriptIntrinsicColorMatrix.java36 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
247 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
259 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
H A DElement.java601 public static Element U8_3(RenderScript rs) { method in class:Element
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsicHistogram.java40 * {@link Element#U8_4}, {@link Element#U8_3},
50 (!e.isCompatible(Element.U8_3(rs))) &&
106 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
204 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
H A DScriptIntrinsicConvolve3x3.java37 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
58 !e.isCompatible(Element.U8_3(rs)) &&
H A DScriptIntrinsicConvolve5x5.java37 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4},
58 !e.isCompatible(Element.U8_3(rs)) &&
H A DScriptIntrinsicResize.java35 * Element#U8_2}, {@link Element#U8_3}, {@link Element#U8_4}
66 !e.isCompatible(Element.U8_3(mRS)) &&
H A DScriptIntrinsicColorMatrix.java227 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
239 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
H A DElement.java535 public static Element U8_3(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp261 !(in->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
273 !(out->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
343 !(e->isCompatible(Element::U8_3(rs))) &&
384 !(e->isCompatible(Element::U8_3(rs))) &&
595 !(ain->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
H A DrsCppStructs.h182 sp<const Element> U8_3; member in struct:android::RSC::RS::__anon1533
909 static sp<const Element> U8_3(sp<RS> rs);
1788 * Supported elements types are U8_4, U8_3, U8_2, and U8.

Completed in 232 milliseconds