Searched refs:zElems (Results 1 – 1 of 1) sorted by relevance
328 static bool helperCopy3D(const sp<RS> &rs, int xElems, int yElems, int zElems, in helperCopy3D() argument333 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() argument390 typeBuilder.setZ(zElems); in helperFloatAllocationCopy3D()396 src = new float[xElems * yElems * zElems]; in helperFloatAllocationCopy3D()397 dst = new float[xElems * yElems * zElems]; in helperFloatAllocationCopy3D()