Home
last modified time | relevance | path

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

/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java789 Allocation largeArray = Allocation.createTyped(mRS, b.setX(48).create()); in testSetElementAt() local
798 script.set_array(largeArray); in testSetElementAt()
805 script.forEach_compare(largeArray); in testSetElementAt()
812 largeArray.destroy(); in testSetElementAt()
819 Allocation largeArray = Allocation.createTyped(mRS, b.setX(48).setY(16).create()); in testSetElementAt2D() local
828 script.set_array(largeArray); in testSetElementAt2D()
835 script.forEach_compare(largeArray); in testSetElementAt2D()
842 largeArray.destroy(); in testSetElementAt2D()
/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp622 sp<Allocation> largeArray = Allocation::createTyped(rs, b.create()); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt() local
632 script->set_array(largeArray); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt()
639 script->forEach_compare(largeArray); in Java_android_cts_rscpp_RSAllocationTest_testSetElementAt()