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

/frameworks/rs/cpp/
H A DAllocation.cpp313 const sp<const Allocation>& data, uint32_t dataXoff, uint32_t dataYoff) {
317 w, h, data->getIDSafe(), dataXoff, dataYoff,
397 const sp<const Allocation>& data, uint32_t dataXoff, uint32_t dataYoff, uint32_t dataZoff) {
401 dataXoff, dataYoff, dataZoff, data->mSelectedLOD));
312 copy2DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, const sp<const Allocation>& data, uint32_t dataXoff, uint32_t dataYoff) argument
396 copy3DRangeFrom(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, uint32_t h, uint32_t d, const sp<const Allocation>& data, uint32_t dataXoff, uint32_t dataYoff, uint32_t dataZoff) argument
/frameworks/base/rs/java/android/renderscript/
H A DAllocation.java1677 * @param dataYoff Y offset in source Allocation
1680 Allocation data, int dataXoff, int dataYoff) {
1687 w, h, data.getID(mRS), dataXoff, dataYoff,
1826 * @param dataYoff Y 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,
1679 copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff) argument
1829 copy3DRangeFrom(int xoff, int yoff, int zoff, int w, int h, int d, Allocation data, int dataXoff, int dataYoff, int dataZoff) argument
/frameworks/rs/support/java/src/android/support/v8/renderscript/
H A DAllocation.java1642 * @param dataYoff Y offset in source Allocation
1645 Allocation data, int dataXoff, int dataYoff) {
1650 w, h, data.getID(mRS), dataXoff, dataYoff,
1771 * @param dataYoff Y 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,
1644 copy2DRangeFrom(int xoff, int yoff, int w, int h, Allocation data, int dataXoff, int dataYoff) argument
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 647 milliseconds