/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicHistogram.java | 47 (!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()
|
D | ScriptIntrinsicColorMatrix.java | 246 !ain.getElement().isCompatible(Element.U8_2(mRS)) && in forEach() 258 !aout.getElement().isCompatible(Element.U8_2(mRS)) && in forEach()
|
D | ScriptIntrinsicResize.java | 55 !e.isCompatible(Element.U8_2(mRS)) && in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 53 !e.isCompatible(Element.U8_2(rs)) && in create()
|
D | ScriptIntrinsicConvolve3x3.java | 52 !e.isCompatible(Element.U8_2(rs)) && in create()
|
D | Element.java | 747 public static Element U8_2(RenderScript rs) { in U8_2() method in Element
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicHistogram.java | 51 (!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)) &&
|
D | ScriptIntrinsicColorMatrix.java | 226 !ain.getElement().isCompatible(Element.U8_2(mRS)) && 238 !aout.getElement().isCompatible(Element.U8_2(mRS)) &&
|
D | ScriptIntrinsicResize.java | 65 !e.isCompatible(Element.U8_2(mRS)) &&
|
D | ScriptIntrinsicConvolve5x5.java | 57 !e.isCompatible(Element.U8_2(rs)) && in create()
|
D | ScriptIntrinsicConvolve3x3.java | 56 !e.isCompatible(Element.U8_2(rs)) && in create()
|
D | Element.java | 528 public static Element U8_2(RenderScript rs) { in U8_2() method in Element
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 268 !(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()
|
D | rsCppStructs.h | 450 sp<const Element> U8_2; member 1201 static sp<const Element> U8_2(const sp<RS> &rs);
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 173 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS)); in createUnsignedAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 177 Type::Builder typeU8_2Builder(mRS, Element::U8_2(mRS)); in createUnsignedAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 217 Type.Builder typeU8_2Builder = new Type.Builder(mRS, Element.U8_2(mRS)); in createUnsignedAllocations()
|
/frameworks/compile/slang/tests/P_reduce_general_inputs/ |
D | ScriptC_reduce_general_inputs.java.expect | 56 __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/ |
D | ScriptC_reduce_general_input.java.expect | 64 __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/ |
D | ScriptC_reduce_general_result.java.expect | 64 __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/ |
D | android-22.txt | 26115 method public static android.renderscript.Element U8_2(android.renderscript.RenderScript);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39982 method public static android.renderscript.Element U8_2(android.renderscript.RenderScript);
|
/frameworks/base/api/ |
D | current.txt | 40126 method public static android.renderscript.Element U8_2(android.renderscript.RenderScript);
|