Home
last modified time | relevance | path

Searched refs:I64 (Results 1 – 15 of 15) sorted by relevance

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_element.cpp126 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()
Drs_jni_type.cpp85 passed &= testTypeBuilderHelper(mRS, Element::I64(mRS)); in Java_android_cts_rscpp_RSTypeTest_testCreate()
Drs_jni_foreach.cpp147 t = Type::create(mRS, Element::I64(mRS), x, 0, 0); in Java_android_cts_rscpp_RSForEachTest_testForEach()
Drs_jni_allocation.cpp91 createTypedHelper(rs, Element::I64(rs)); in Java_android_cts_rscpp_RSAllocationTest_typedTest()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DElementTest.java91 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()
DAllocationCopyToTest.java203 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()
DVLoadTest.java307 testSetup(Type.createX(mRS, Element.I64(mRS), w)); in testVload_long()
322 testSetup(Type.createX(mRS, Element.I64(mRS), w)); in testVload_long_relaxed()
DrsAllocationCopyTest.java227 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()
DTypeTest.java62 testTypeBuilderHelper(Element.I64(mRS)); in testTypeBuilder()
DKernelInputTest.java341 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()
DRSBaseCompute.java86 element = Element.I64(rs); in getElement()
DAllocationTest.java132 createTypedHelper(Element.I64(mRS)); in testCreateTyped()
175 createSizedHelper(Element.I64(mRS)); in testCreateSized()
DForEachTest.java256 t = new Type.Builder(mRS, Element.I64(mRS)).setX(x).create(); in testForEach()
DKernelTest.java256 t = new Type.Builder(mRS, Element.I64(mRS)).setX(x).create(); in testForEach()
DGetSetTest.java785 testSetup(Element.I64(mRS)); in testGetSet_long()