Home
last modified time | relevance | path

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

12

/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.java756 public static Element U8_3(RenderScript rs) { in U8_3() method in Element
/frameworks/rs/support/java/src/android/support/v8/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/support/api/
D23.0.0.txt10116 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
D23.1.1.txt10504 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
D23.2.1.txt11035 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
D23.2.0.txt11033 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
D23.4.0.txt11051 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
D23.1.0.txt10535 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
D24.0.0.txt11851 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
D24.1.0.txt11861 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…

12