Home
last modified time | relevance | path

Searched refs:U8_3 (Results 1 – 20 of 20) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicHistogram.java46 (!e.isCompatible(Element.U8_3(rs))) && in create()
96 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) && in forEach()
194 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) && in forEach_Dot()
DScriptIntrinsicColorMatrix.java247 !ain.getElement().isCompatible(Element.U8_3(mRS)) && in forEach()
259 !aout.getElement().isCompatible(Element.U8_3(mRS)) && in forEach()
DScriptIntrinsicResize.java56 !e.isCompatible(Element.U8_3(mRS)) && in setInput()
DScriptIntrinsicConvolve5x5.java54 !e.isCompatible(Element.U8_3(rs)) && in create()
DScriptIntrinsicConvolve3x3.java53 !e.isCompatible(Element.U8_3(rs)) && in create()
DElement.java758 public static Element U8_3(RenderScript rs) { in U8_3() method in Element
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicHistogram.java50 (!e.isCompatible(Element.U8_3(rs))) && in create()
106 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
204 !ain.getType().getElement().isCompatible(Element.U8_3(mRS)) &&
DScriptIntrinsicColorMatrix.java227 !ain.getElement().isCompatible(Element.U8_3(mRS)) &&
239 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
DScriptIntrinsicResize.java66 !e.isCompatible(Element.U8_3(mRS)) &&
DScriptIntrinsicConvolve5x5.java58 !e.isCompatible(Element.U8_3(rs)) && in create()
DScriptIntrinsicConvolve3x3.java57 !e.isCompatible(Element.U8_3(rs)) && in create()
DElement.java535 public static Element U8_3(RenderScript rs) { in U8_3() method in Element
/frameworks/rs/cpp/
DScriptIntrinsics.cpp269 !(in->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in forEach()
281 !(out->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in forEach()
351 !(e->isCompatible(Element::U8_3(rs))) && in create()
392 !(e->isCompatible(Element::U8_3(rs))) && in create()
603 !(ain->getType()->getElement()->isCompatible(Element::U8_3(mRS))) && in setInput()
DrsCppStructs.h451 sp<const Element> U8_3; member
1207 static sp<const Element> U8_3(const sp<RS> &rs);
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp179 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp183 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java225 mUChar3Allocation = Allocation.createSized(mRS, Element.U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26116 method public static android.renderscript.Element U8_3(android.renderscript.RenderScript);
/frameworks/base/api/
Dcurrent.txt41559 method public static android.renderscript.Element U8_3(android.renderscript.RenderScript);