Searched refs:helperCopy2D (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/rscpp/librscpptest/ |
D | rs_jni_allocation.cpp | 237 static bool helperCopy2D(const sp<RS> &rs, int xElems, int yElems, in helperCopy2D() function 475 passed &= helperCopy2D<float>(rs, s, s, off, off, count, count, RS_TYPE_FLOAT_32); in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() 476 passed &= helperCopy2D<char>(rs, s, s, off, off, count, count, RS_TYPE_SIGNED_8); in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() 477 passed &= helperCopy2D<short>(rs, s, s, off, off, count, count, RS_TYPE_SIGNED_16); in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() 478 passed &= helperCopy2D<int>(rs, s, s, off, off, count, count, RS_TYPE_SIGNED_32); in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() 479 passed &= helperCopy2D<double>(rs, s, s, off, off, count, count, RS_TYPE_FLOAT_64); in Java_android_cts_rscpp_RSAllocationTest_test2DCopy() 568 … passed &= helperCopy2D<float>(rs, s, s, off, off, count, count, RS_TYPE_FLOAT_32, true); in Java_android_cts_rscpp_RSAllocationTest_test2DCopyPadded() 569 … passed &= helperCopy2D<char>(rs, s, s, off, off, count, count, RS_TYPE_SIGNED_8, true); in Java_android_cts_rscpp_RSAllocationTest_test2DCopyPadded() 570 … passed &= helperCopy2D<short>(rs, s, s, off, off, count, count, RS_TYPE_SIGNED_16, true); in Java_android_cts_rscpp_RSAllocationTest_test2DCopyPadded() 571 … passed &= helperCopy2D<int>(rs, s, s, off, off, count, count, RS_TYPE_SIGNED_32, true); in Java_android_cts_rscpp_RSAllocationTest_test2DCopyPadded() [all …]
|