Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp328 static bool helperCopy3D(const sp<RS> &rs, int xElems, int yElems, int zElems, in helperCopy3D() function
506 … passed &= helperCopy3D<float>(rs, s, s, s, off, off, off, count, count, count, RS_TYPE_FLOAT_32); in Java_android_cts_rscpp_RSAllocationTest_test3DCopy()
507 … passed &= helperCopy3D<char>(rs, s, s, s, off, off, off, count, count, count, RS_TYPE_SIGNED_8); in Java_android_cts_rscpp_RSAllocationTest_test3DCopy()
508 … passed &= helperCopy3D<short>(rs, s, s, s, off, off, off, count, count, count, RS_TYPE_SIGNED_16); in Java_android_cts_rscpp_RSAllocationTest_test3DCopy()
509 … passed &= helperCopy3D<int>(rs, s, s, s, off, off, off, count, count, count, RS_TYPE_SIGNED_32); in Java_android_cts_rscpp_RSAllocationTest_test3DCopy()
510 … passed &= helperCopy3D<double>(rs, s, s, s, off, off, off, count, count, count, RS_TYPE_FLOAT_64); in Java_android_cts_rscpp_RSAllocationTest_test3DCopy()
593 passed &= helperCopy3D<float>(rs, s, s, s, off, off, off, count, count, count, in Java_android_cts_rscpp_RSAllocationTest_test3DCopyPadded()
595 passed &= helperCopy3D<char>(rs, s, s, s, off, off, off, count, count, count, in Java_android_cts_rscpp_RSAllocationTest_test3DCopyPadded()
597 passed &= helperCopy3D<short>(rs, s, s, s, off, off, off, count, count, count, in Java_android_cts_rscpp_RSAllocationTest_test3DCopyPadded()
599 passed &= helperCopy3D<int>(rs, s, s, s, off, off, off, count, count, count, in Java_android_cts_rscpp_RSAllocationTest_test3DCopyPadded()
[all …]