Searched refs:yElems (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() argument 241 int arrLen = xElems * yElems; in helperCopy2D() 248 alloc = Allocation::createSized2D(rs, makeElement(rs, dt, 3), xElems, yElems); in helperCopy2D() 251 alloc = Allocation::createSized2D(rs, makeElement(rs, dt, 1), xElems, yElems); in helperCopy2D() 278 static bool helperFloatAllocationCopy2D(const sp<RS> &rs, int xElems, int yElems, in helperFloatAllocationCopy2D() argument 282 sp<Allocation> srcA = Allocation::createSized2D(rs, Element::F32(rs), xElems, yElems); in helperFloatAllocationCopy2D() 283 sp<Allocation> dstA = Allocation::createSized2D(rs, Element::F32(rs), xElems, yElems); in helperFloatAllocationCopy2D() 286 src = new float[xElems * yElems]; in helperFloatAllocationCopy2D() 287 dst = new float[xElems * yElems]; in helperFloatAllocationCopy2D() 328 static bool helperCopy3D(const sp<RS> &rs, int xElems, int yElems, int zElems, in helperCopy3D() argument [all …]
|