Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp422 static int elemsToTest = 20; variable
434 for (int s = 8; s <= elemsToTest; s += 2) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopy()
471 for (int s = 8; s <= elemsToTest; s += 2) { in Java_android_cts_rscpp_RSAllocationTest_test2DCopy()
502 for (int s = 8; s <= elemsToTest; s += 2) { in Java_android_cts_rscpp_RSAllocationTest_test3DCopy()
533 for (int s = 8; s <= elemsToTest; s += 2) { in Java_android_cts_rscpp_RSAllocationTest_test1DCopyPadded()
564 for (int s = 8; s <= elemsToTest; s += 2) { in Java_android_cts_rscpp_RSAllocationTest_test2DCopyPadded()
589 for (int s = 8; s <= elemsToTest; s += 2) { in Java_android_cts_rscpp_RSAllocationTest_test3DCopyPadded()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java674 static int elemsToTest = 20; field in AllocationTest
677 for (int s = 8; s <= elemsToTest; s += 2) { in test1DCopyOperations()
713 for (int sX = 8; sX <= elemsToTest; sX += 5) { in test2DCopyOperations()
714 for (int sY = 8; sY <= elemsToTest; sY += 5) { in test2DCopyOperations()