Searched refs:U8_3 (Results 1 - 17 of 17) 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},
53 !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.java756 public static Element U8_3(RenderScript rs) { method in class:Element
/frameworks/rs/support/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},
57 !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.cpp269 !(in->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
281 !(out->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
351 !(e->isCompatible(Element::U8_3(rs))) &&
392 !(e->isCompatible(Element::U8_3(rs))) &&
603 !(ain->getType()->getElement()->isCompatible(Element::U8_3(mRS))) &&
H A DrsCppStructs.h451 sp<const Element> U8_3; member in struct:android::RSC::RS::__anon1962
1207 static sp<const Element> U8_3(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.cpp179 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4);
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
H A DMainActivity.java225 mUChar3Allocation = Allocation.createSized(mRS, Element.U8_3(mRS), mAllocSize / 4);
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
H A Djniallocations.cpp183 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4);

Completed in 1967 milliseconds