Home
last modified time | relevance | path

Searched refs:U8_2 (Results 1 – 23 of 23) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DScriptIntrinsicHistogram.java47 (!e.isCompatible(Element.U8_2(rs))) && in create()
95 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) && in forEach()
193 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) && in forEach_Dot()
DScriptIntrinsicColorMatrix.java246 !ain.getElement().isCompatible(Element.U8_2(mRS)) && in forEach()
258 !aout.getElement().isCompatible(Element.U8_2(mRS)) && in forEach()
DScriptIntrinsicResize.java55 !e.isCompatible(Element.U8_2(mRS)) && in setInput()
DScriptIntrinsicConvolve5x5.java53 !e.isCompatible(Element.U8_2(rs)) && in create()
DScriptIntrinsicConvolve3x3.java52 !e.isCompatible(Element.U8_2(rs)) && in create()
DElement.java747 public static Element U8_2(RenderScript rs) { in U8_2() method in Element
/frameworks/rs/support/java/src/androidx/renderscript/
DScriptIntrinsicHistogram.java51 (!e.isCompatible(Element.U8_2(rs))) && in create()
105 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
203 !ain.getType().getElement().isCompatible(Element.U8_2(mRS)) &&
DScriptIntrinsicColorMatrix.java226 !ain.getElement().isCompatible(Element.U8_2(mRS)) &&
238 !aout.getElement().isCompatible(Element.U8_2(mRS)) &&
DScriptIntrinsicResize.java65 !e.isCompatible(Element.U8_2(mRS)) &&
DScriptIntrinsicConvolve5x5.java57 !e.isCompatible(Element.U8_2(rs)) && in create()
DScriptIntrinsicConvolve3x3.java56 !e.isCompatible(Element.U8_2(rs)) && in create()
DElement.java528 public static Element U8_2(RenderScript rs) { in U8_2() method in Element
/frameworks/rs/cpp/
DScriptIntrinsics.cpp268 !(in->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in forEach()
280 !(out->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in forEach()
350 !(e->isCompatible(Element::U8_2(rs))) && in create()
391 !(e->isCompatible(Element::U8_2(rs))) && in create()
602 !(ain->getType()->getElement()->isCompatible(Element::U8_2(mRS))) && in setInput()
DrsCppStructs.h450 sp<const Element> U8_2; member
1201 static sp<const Element> U8_2(const sp<RS> &rs);
/frameworks/rs/tests/lldb/cpp/Allocations/
DAllocations.cpp173 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS)); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/
Djniallocations.cpp177 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS)); in createUnsignedAllocations()
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/
DMainActivity.java217 Type.Builder typeU8_2Builder = new Type.Builder(mRS, Element.U8_2(mRS)); in createUnsignedAllocations()
/frameworks/compile/slang/tests/P_reduce_general_inputs/
DScriptC_reduce_general_inputs.java.expect56 __U8_2 = Element.U8_2(rs);
1899 throw new RSRuntimeException("Type mismatch with U8_2!");
1967 throw new RSRuntimeException("Type mismatch with U8_2!");
4677 throw new RSRuntimeException("Type mismatch with U8_2!");
4749 throw new RSRuntimeException("Type mismatch with U8_2!");
7499 throw new RSRuntimeException("Type mismatch with U8_2!");
7571 throw new RSRuntimeException("Type mismatch with U8_2!");
10213 throw new RSRuntimeException("Type mismatch with U8_2!");
10281 throw new RSRuntimeException("Type mismatch with U8_2!");
12991 throw new RSRuntimeException("Type mismatch with U8_2!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_input/
DScriptC_reduce_general_input.java.expect64 __U8_2 = Element.U8_2(rs);
12692 throw new RSRuntimeException("Type mismatch with U8_2!");
12729 throw new RSRuntimeException("Type mismatch with U8_2!");
12766 throw new RSRuntimeException("Type mismatch with U8_2!");
12803 throw new RSRuntimeException("Type mismatch with U8_2!");
12840 throw new RSRuntimeException("Type mismatch with U8_2!");
12877 throw new RSRuntimeException("Type mismatch with U8_2!");
12914 throw new RSRuntimeException("Type mismatch with U8_2!");
12951 throw new RSRuntimeException("Type mismatch with U8_2!");
12988 throw new RSRuntimeException("Type mismatch with U8_2!");
[all …]
/frameworks/compile/slang/tests/P_reduce_general_result/
DScriptC_reduce_general_result.java.expect64 __U8_2 = Element.U8_2(rs);
4278 throw new RSRuntimeException("Type mismatch with U8_2!");
4385 throw new RSRuntimeException("Type mismatch with U8_2!");
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt26115 method public static android.renderscript.Element U8_2(android.renderscript.RenderScript);
/frameworks/base/non-updatable-api/
Dcurrent.txt39982 method public static android.renderscript.Element U8_2(android.renderscript.RenderScript);
/frameworks/base/api/
Dcurrent.txt40126 method public static android.renderscript.Element U8_2(android.renderscript.RenderScript);