Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_script.cpp101 sp<Allocation> ai2 = Allocation::createTyped(mRS, t); in Java_android_cts_rscpp_RSScriptTest_testInstance() local
108 instance_2->set_ai(ai2); in Java_android_cts_rscpp_RSScriptTest_testInstance()
123 ai2->copy1DTo(i2); in Java_android_cts_rscpp_RSScriptTest_testInstance()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DComputeTest.java787 Allocation ai2 = Allocation.createTyped(mRS, t); in testInstance() local
792 instance_2.set_ai(ai2); in testInstance()
807 ai2.copyTo(i2); in testInstance()
818 ai2.destroy(); in testInstance()