Searched refs:U8_3 (Results 1 - 9 of 9) 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}
54 !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.java572 public static Element U8_3(RenderScript rs) { method in class:Element
/frameworks/rs/cpp/
H A DScriptIntrinsics.cpp260 !(in->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
272 !(out->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
342 !(e->isCompatible(Element::U8_3(rs))) &&
383 !(e->isCompatible(Element::U8_3(rs))) &&
H A DrsCppStructs.h176 sp<const Element> U8_3; member in struct:android::RSC::RS::__anon1463
849 static sp<const Element> U8_3(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.java527 public static Element U8_3(RenderScript rs) { method in class:Element

Completed in 171 milliseconds