Home
last modified time | relevance | path

Searched refs:zElems (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() argument
333 int arrLen = xElems * yElems * zElems; in helperCopy3D()
344 typeBuilder.setZ(zElems); in helperCopy3D()
352 typeBuilder.setZ(zElems); in helperCopy3D()
381 static bool helperFloatAllocationCopy3D(const sp<RS> &rs, int xElems, int yElems, int zElems, in helperFloatAllocationCopy3D() argument
390 typeBuilder.setZ(zElems); in helperFloatAllocationCopy3D()
396 src = new float[xElems * yElems * zElems]; in helperFloatAllocationCopy3D()
397 dst = new float[xElems * yElems * zElems]; in helperFloatAllocationCopy3D()