Searched defs:dataZoff (Results 1 - 3 of 3) sorted by relevance

/frameworks/rs/cpp/
H A DAllocation.cpp397 sp<const Allocation> data, uint32_t dataXoff, uint32_t dataYoff, uint32_t dataZoff) {
401 dataXoff, dataYoff, dataZoff, data->mSelectedLOD));
396 copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d, sp<const Allocation> data, uint32_t dataXoff, uint32_t dataYoff, uint32_t dataZoff) argument
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1827 * @param dataZoff Z offset of the region in the source Allocation
1830 Allocation data, int dataXoff, int dataYoff, int dataZoff) {
1834 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff,
1829 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1772 * @param dataZoff Z offset of the region in the source Allocation
1775 Allocation data, int dataXoff, int dataYoff, int dataZoff) {
1779 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff,
1774 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument

Completed in 518 milliseconds