Home
last modified time | relevance | path

Searched refs:singleElement (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java787 Allocation singleElement = Allocation.createTyped(mRS, b.setX(1).create()); in testSetElementAt() local
792 script.forEach_memset(singleElement); in testSetElementAt()
797 script.forEach_setLargeArray(singleElement); in testSetElementAt()
803 script.forEach_getCompareResult(singleElement); in testSetElementAt()
804 singleElement.copyTo(result); in testSetElementAt()
808 singleElement.destroy(); in testSetElementAt()
815 Allocation singleElement = Allocation.createTyped(mRS, b.setX(1).create()); in testSetElementAt2D() local
821 script.forEach_memset(singleElement); in testSetElementAt2D()
827 script.forEach_setLargeArray2D(singleElement); in testSetElementAt2D()
833 script.forEach_getCompareResult(singleElement); in testSetElementAt2D()
[all …]
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp624 sp<Allocation> singleElement = Allocation::createTyped(rs, b.create()); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt() local
629 script->forEach_memset(singleElement); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt()
634 script->forEach_setLargeArray(singleElement); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt()
640 script->forEach_getCompareResult(singleElement); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt()
641 singleElement->copy1DTo(&result); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt()