/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicHistogram.java | 46 (!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()
|
D | ScriptIntrinsicColorMatrix.java | 247 !ain.getElement().isCompatible(Element.U8_3(mRS)) && in forEach() 259 !aout.getElement().isCompatible(Element.U8_3(mRS)) && in forEach()
|
D | ScriptIntrinsicResize.java | 56 !e.isCompatible(Element.U8_3(mRS)) && in setInput()
|
D | ScriptIntrinsicConvolve5x5.java | 54 !e.isCompatible(Element.U8_3(rs)) && in create()
|
D | ScriptIntrinsicConvolve3x3.java | 53 !e.isCompatible(Element.U8_3(rs)) && in create()
|
D | Element.java | 758 public static Element U8_3(RenderScript rs) { in U8_3() method in Element
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicHistogram.java | 50 (!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)) &&
|
D | ScriptIntrinsicColorMatrix.java | 227 !ain.getElement().isCompatible(Element.U8_3(mRS)) && 239 !aout.getElement().isCompatible(Element.U8_3(mRS)) &&
|
D | ScriptIntrinsicResize.java | 66 !e.isCompatible(Element.U8_3(mRS)) &&
|
D | ScriptIntrinsicConvolve5x5.java | 58 !e.isCompatible(Element.U8_3(rs)) && in create()
|
D | ScriptIntrinsicConvolve3x3.java | 57 !e.isCompatible(Element.U8_3(rs)) && in create()
|
D | Element.java | 535 public static Element U8_3(RenderScript rs) { in U8_3() method in Element
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 269 !(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()
|
D | rsCppStructs.h | 451 sp<const Element> U8_3; member 1207 static sp<const Element> U8_3(const sp<RS> &rs);
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 179 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 183 mUChar3Allocation = Allocation::createSized(mRS, Element::U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 225 mUChar3Allocation = Allocation.createSized(mRS, Element.U8_3(mRS), mAllocSize / 4); in createUnsignedAllocations()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26116 method public static android.renderscript.Element U8_3(android.renderscript.RenderScript);
|
/frameworks/base/api/ |
D | current.txt | 41559 method public static android.renderscript.Element U8_3(android.renderscript.RenderScript);
|