Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DVLoadTest.java293 testSetup(Type.createX(mRS, Element.I64(mRS), w)); in testVload_long()
301 testSetup(Type.createX(mRS, Element.I64(mRS), w)); in testVload_ulong()
308 testSetup(Type.createX(mRS, Element.I64(mRS), w)); in testVload_long_relaxed()
315 testSetup(Type.createX(mRS, Element.I64(mRS), w)); in testVload_ulong_relaxed()
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.java195 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_Allocationcopy1DRangeTo_Long()
381 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_Allocationcopy2DRangeTo_Long()
582 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_Allocationcopy3DRangeTo_Long()
622 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_AllocationCopy3DRangeFrom_Alloc()
805 Type.Builder typeBuilder = new Type.Builder(mRS, Element.I64(mRS)); in test_Allocationcopy1DRangeToUnchecked_Long()
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.java277 Allocation ain = Allocation.createSized(mRS, Element.I64(mRS), 1); in testInputNotModified_long()
278 Allocation tmp = Allocation.createSized(mRS, Element.I64(mRS), 1); in testInputNotModified_long()
DAllocationTest.java131 createTypedHelper(Element.I64(mRS)); in testCreateTyped()
174 createSizedHelper(Element.I64(mRS)); in testCreateSized()
DRSBaseCompute.java86 element = Element.I64(rs); in getElement()
DForEachTest.java232 t = new Type.Builder(mRS, Element.I64(mRS)).setX(x).create(); in testForEach()
DKernelTest.java232 t = new Type.Builder(mRS, Element.I64(mRS)).setX(x).create(); in testForEach()
DGetSetTest.java759 testSetup(Element.I64(mRS)); in testGetSet_long()
/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()