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

/frameworks/rs/cpp/
H A DAllocation.cpp398 sp<const Allocation> data, uint32_t dataXoff, uint32_t dataYoff, uint32_t dataZoff) {
402 dataXoff, dataYoff, dataZoff, data->mSelectedLOD));
397 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.java1364 * @param dataZoff Z offset of the region in the source Allocation
1367 Allocation data, int dataXoff, int dataYoff, int dataZoff) {
1371 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff,
1366 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.java1271 * @param dataZoff Z offset of the region in the source Allocation
1274 Allocation data, int dataXoff, int dataYoff, int dataZoff) {
1278 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff,
1273 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument

Completed in 812 milliseconds