/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 | 756 public static Element U8_3(RenderScript rs) { in U8_3() method in Element
|
/frameworks/rs/support/java/src/android/support/v8/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/support/api/ |
D | 23.0.0.txt | 10116 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
|
D | 23.1.1.txt | 10504 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
|
D | 23.2.1.txt | 11035 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
|
D | 23.2.0.txt | 11033 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
|
D | 23.4.0.txt | 11051 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
|
D | 23.1.0.txt | 10535 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
|
D | 24.0.0.txt | 11851 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
|
D | 24.1.0.txt | 11861 …method public static android.support.v8.renderscript.Element U8_3(android.support.v8.renderscript.…
|