/frameworks/rs/tests/java_api/RSUnitTests/src/com/android/rs/unittest/ |
D | UT_script_group2_pointwise.java | 45 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run() 52 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
|
D | UT_script_group2_nochain.java | 46 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run() 53 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
|
D | UT_script_group2_gatherscatter.java | 67 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run() 85 Type.createX(pRS, Element.I32_4(pRS), stride), in run()
|
/frameworks/rs/tests/java_api/RSUnitTests/supportlibsrc_gen/com/android/rs/unittest/ |
D | UT_script_group2_pointwise.java | 47 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run() 54 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
|
D | UT_script_group2_nochain.java | 48 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run() 55 Type T = Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run()
|
D | UT_script_group2_gatherscatter.java | 69 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); in run() 87 Type.createX(pRS, Element.I32_4(pRS), stride), in run()
|
/frameworks/rs/tests/java_api/ImageProcessing2/src/com/android/rs/image/ |
D | WhiteBalance.java | 32 mSums = Allocation.createSized(mRS, Element.I32_4(mRS), 256); in createTest()
|
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptIntrinsicHistogram.java | 148 mOut.getType().getElement() != Element.I32_4(mRS)) { in setOutput()
|
D | Element.java | 934 public static Element I32_4(RenderScript rs) { in I32_4() method in Element
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptIntrinsicHistogram.java | 158 mOut.getType().getElement() != Element.I32_4(mRS)) {
|
D | Element.java | 647 public static Element I32_4(RenderScript rs) { in I32_4() method in Element
|
/frameworks/rs/tests/lldb/cpp/Allocations/ |
D | Allocations.cpp | 110 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
|
/frameworks/rs/tests/lldb/jni/Allocations/jniallocations/ |
D | jniallocations.cpp | 114 mInt4Allocation = Allocation::createSized(mRS, Element::I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
|
/frameworks/rs/tests/lldb/java/Allocations/src/com/android/rs/allocations/ |
D | MainActivity.java | 158 mInt4Allocation = Allocation.createSized(mRS, Element.I32_4(mRS), mAllocSize / 4); in createSignedAllocations()
|
/frameworks/rs/cpp/ |
D | ScriptIntrinsics.cpp | 448 !(out->getType()->getElement()->isCompatible(Element::I32_4(mRS)))) { in setOutput()
|
D | rsCppStructs.h | 472 sp<const Element> I32_4; member 1303 static sp<const Element> I32_4(const sp<RS> &rs);
|
/frameworks/compile/slang/tests/P_reduce_general_input/ |
D | ScriptC_reduce_general_input.java.expect | 59 __I32_4 = Element.I32_4(rs); 9860 throw new RSRuntimeException("Type mismatch with I32_4!"); 9897 throw new RSRuntimeException("Type mismatch with I32_4!"); 9934 throw new RSRuntimeException("Type mismatch with I32_4!"); 9971 throw new RSRuntimeException("Type mismatch with I32_4!"); 10008 throw new RSRuntimeException("Type mismatch with I32_4!"); 10045 throw new RSRuntimeException("Type mismatch with I32_4!"); 10082 throw new RSRuntimeException("Type mismatch with I32_4!"); 10119 throw new RSRuntimeException("Type mismatch with I32_4!"); 10156 throw new RSRuntimeException("Type mismatch with I32_4!"); [all …]
|
/frameworks/compile/slang/tests/P_reduce_general_result/ |
D | ScriptC_reduce_general_result.java.expect | 59 __I32_4 = Element.I32_4(rs); 3887 throw new RSRuntimeException("Type mismatch with I32_4!"); 3994 throw new RSRuntimeException("Type mismatch with I32_4!");
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 26076 method public static android.renderscript.Element I32_4(android.renderscript.RenderScript);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 39943 method public static android.renderscript.Element I32_4(android.renderscript.RenderScript);
|
/frameworks/base/api/ |
D | current.txt | 40087 method public static android.renderscript.Element I32_4(android.renderscript.RenderScript);
|