Home
last modified time | relevance | path

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

/cts/tests/tests/rscpp/librscpptest/
Drs_jni_allocation.cpp329 int xOffset, int yOffset, int zOffset, in helperCopy3D() argument
365 alloc->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, src); in helperCopy3D()
366 alloc->copy3DRangeTo(xOffset, yOffset, zOffset, xCount, yCount, zCount, dst); in helperCopy3D()
382 int xOffset, int yOffset, int zOffset, in helperFloatAllocationCopy3D() argument
404 srcA->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, src); in helperFloatAllocationCopy3D()
406 dstA->copy3DRangeFrom(xOffset, yOffset, zOffset, xCount, yCount, zCount, in helperFloatAllocationCopy3D()
407 srcA, xOffset, yOffset, zOffset); in helperFloatAllocationCopy3D()
408 dstA->copy3DRangeTo(xOffset, yOffset, zOffset, xCount, yCount, zCount, dst); in helperFloatAllocationCopy3D()