/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
UT_script_group2_pointwise.java | 50 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 59 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE), 64 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
|
UT_script_group2_nochain.java | 51 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 60 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE), 66 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE), 74 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
|
UT_script_group2_gatherscatter.java | 72 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 90 Type.createX(pRS, Element.I32_4(pRS), stride),
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_script_group2_pointwise.java | 48 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 57 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE), 62 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
|
UT_script_group2_nochain.java | 49 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 58 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE), 63 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE), 69 Type.createX(pRS, Element.I32_4(pRS), ARRAY_SIZE),
|
UT_script_group2_gatherscatter.java | 70 Allocation input = Allocation.createSized(pRS, Element.I32_4(pRS), ARRAY_SIZE); 88 Type.createX(pRS, Element.I32_4(pRS), stride),
|
/frameworks/rs/java/tests/ImageProcessing2/src/com/android/rs/image/ |
WhiteBalance.java | 32 mSums = Allocation.createSized(mRS, Element.I32_4(mRS), 256);
|
/cts/tests/camera/src/android/hardware/camera2/cts/rs/ |
BitmapUtils.java | 48 Allocation sums = Allocation.createSized(rs, Element.I32_4(rs), COLOR_BIT_DEPTH);
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
SendToClient.java | 57 mInAllocation = Allocation.createSized(mRS, Element.I32_4(mRS), 1);
|
ScriptGroupTest.java | 329 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); 336 Type connectType = Type.createX(mRS, Element.I32_4(mRS), ARRAY_SIZE); 381 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); 394 Type.createX(mRS, Element.I32_4(mRS), stride), 437 Allocation input = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); 439 Allocation input1 = Allocation.createSized(mRS, Element.I32_4(mRS), ARRAY_SIZE); 451 Type.createX(mRS, Element.I32_4(mRS), stride),
|
IntrinsicHistogram.java | 38 case 4: e2 = Element.I32_4(mRS); break;
|
ElementTest.java | 90 assertTrue(Element.I32_4(mRS) != null); 307 eb.add(Element.I32_4(mRS), "I32_4", arraySize); 377 assertFalse(Element.I32_4(mRS).isComplex());
|
KernelInputTest.java | 264 Allocation ain = Allocation.createSized(mRS, Element.I32_4(mRS), 1); 265 Allocation tmp = Allocation.createSized(mRS, Element.I32_4(mRS), 1);
|
ForEachTest.java | 217 // I32_4 218 t = new Type.Builder(mRS, Element.I32_4(mRS)).setX(x).create();
|
KernelTest.java | 217 // I32_4 218 t = new Type.Builder(mRS, Element.I32_4(mRS)).setX(x).create();
|
GetSetTest.java | 656 testSetup(Element.I32_4(mRS)); [all...] |
/frameworks/base/rs/java/android/renderscript/ |
ScriptIntrinsicHistogram.java | 148 mOut.getType().getElement() != Element.I32_4(mRS)) {
|
Element.java | 932 public static Element I32_4(RenderScript rs) { [all...] |
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
ScriptIntrinsicHistogram.java | 158 mOut.getType().getElement() != Element.I32_4(mRS)) {
|
Element.java | 647 public static Element I32_4(RenderScript rs) { [all...] |
/cts/tests/tests/rscpp/librscpptest/ |
rs_jni_element.cpp | 125 passed &= (Element::I32_4(mRS) != nullptr); 261 eb->add(Element::I32_4(mRS), "I32_4", arraySize);
|
rs_jni_foreach.cpp | 138 // I32_4 139 t = Type::create(mRS, Element::I32_4(mRS), x, 0, 0);
|
rs_jni_allocation.cpp | 90 createTypedHelper(rs, Element::I32_4(rs));
|
/frameworks/rs/cpp/ |
ScriptIntrinsics.cpp | 438 !(out->getType()->getElement()->isCompatible(Element::I32_4(mRS)))) {
|
rsCppStructs.h | 472 sp<const Element> I32_4; [all...] |