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

/frameworks/rs/cpp/
H A DAllocation.cpp325 sp<const Allocation> data, uint32_t dataXoff, uint32_t dataYoff, uint32_t dataZoff) {
326 validate3DRange(xoff, yoff, zoff, dataXoff, dataYoff, dataZoff);
329 dataXoff, dataYoff, dataZoff, data->mSelectedLOD));
324 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/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocation.java1115 * @param dataZoff Z offset of the region in the source Allocation
1118 Allocation data, int dataXoff, int dataYoff, int dataZoff) {
1122 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff,
1117 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1236 * @param dataZoff Z offset of the region in the source Allocation
1239 Allocation data, int dataXoff, int dataYoff, int dataZoff) {
1243 w, h, d, data.getID(mRS), dataXoff, dataYoff, dataZoff,
1238 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument

Completed in 208 milliseconds