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.java786 Allocation largeArray = Allocation.createTyped(mRS, b.setX(48).create()); in testSetElementAt() local
795 script.set_array(largeArray); in testSetElementAt()
802 script.forEach_compare(largeArray); in testSetElementAt()
809 largeArray.destroy(); in testSetElementAt()
816 Allocation largeArray = Allocation.createTyped(mRS, b.setX(48).setY(16).create()); in testSetElementAt2D() local
825 script.set_array(largeArray); in testSetElementAt2D()
832 script.forEach_compare(largeArray); in testSetElementAt2D()
839 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()