Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp278 static bool helperFloatAllocationCopy2D(const sp<RS> &rs, int xElems, int yElems, in helperFloatAllocationCopy2D() function
485 passed &= helperFloatAllocationCopy2D(rs, s, s, off, off, count, count); in Java_android_cts_rscpp_RSAllocationTest_test2DCopy()
/cts/tests/tests/renderscript/src/android/renderscript/cts/
DAllocationTest.java616 void helperFloatAllocationCopy2D(int nElemsX, int nElemsY, in helperFloatAllocationCopy2D() method in AllocationTest
724 helperFloatAllocationCopy2D(sX, sY, offX, offY, w, h); in test2DCopyOperations()