Searched refs:I64 (Results 1 – 15 of 15) sorted by relevance
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_element.cpp | 126 passed &= (Element::I64(mRS) != nullptr); in Java_android_cts_rscpp_RSElementTest_testPrebuiltElements() 180 sp<const Element> I64 = Element::I64(mRS); in Java_android_cts_rscpp_RSElementTest_testIsCompatible() local 204 F32_3, F32_4, F64, I16, I32, I64, I8, in Java_android_cts_rscpp_RSElementTest_testIsCompatible() 262 eb->add(Element::I64(mRS), "I64", arraySize); in Java_android_cts_rscpp_RSElementTest_testElementBuilder()
|
D | rs_jni_type.cpp | 85 passed &= testTypeBuilderHelper(mRS, Element::I64(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
|
D | rs_jni_foreach.cpp | 147 t = Type::create(mRS, Element::I64(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
|
D | rs_jni_allocation.cpp | 91 createTypedHelper(rs, Element::I64(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | ElementTest.java | 91 assertTrue(Element.I64(mRS) != null); in testPrebuiltElements() 203 Element[] I64 = { Element.I64(mRS) }; in testIsCompatible() local 249 F64, I16, I32, I64, I8, in testIsCompatible() 308 eb.add(Element.I64(mRS), "I64", arraySize); in testElementBuilder() 378 assertFalse(Element.I64(mRS).isComplex()); in testIsComplex()
|
D | AllocationCopyToTest.java | 203 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_Allocationcopy1DRangeTo_Long() 389 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_Allocationcopy2DRangeTo_Long() 590 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_Allocationcopy3DRangeTo_Long() 630 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_AllocationCopy3DRangeFrom_Alloc() 813 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_Allocationcopy1DRangeToUnchecked_Long()
|
D | VLoadTest.java | 307 testSetup(Type.createX(mRS, Element.I64(mRS), w)); in testVload_long() 322 testSetup(Type.createX(mRS, Element.I64(mRS), w)); in testVload_long_relaxed()
|
D | vector.rscript | 151 rsDebug("Testing I64", 0);
|
D | TypeTest.java | 62 testTypeBuilderHelper(Element.I64(mRS)); in testTypeBuilder()
|
D | RsAllocationCopyTest.java | 227 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_RsAllocationCopy1D_Long() 500 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_RsAllocationCopy2D_Long()
|
D | KernelInputTest.java | 341 Allocation ain = Allocation.createSized(mRS, Element.I64(mRS), 1); in testInputNotModified_long() 342 Allocation tmp = Allocation.createSized(mRS, Element.I64(mRS), 1); in testInputNotModified_long()
|
D | RSBaseCompute.java | 86 element = Element.I64(rs); in getElement()
|
D | AllocationTest.java | 132 createTypedHelper(Element.I64(mRS)); in testCreateTyped() 175 createSizedHelper(Element.I64(mRS)); in testCreateSized()
|
D | KernelTest.java | 256 t = new Type.Builder(mRS, Element.I64(mRS)).setX(x).create(); in testForEach()
|
D | ForEachTest.java | 256 t = new Type.Builder(mRS, Element.I64(mRS)).setX(x).create(); in testForEach()
|