Home
last modified time | relevance | path

Searched defs:copy3DRangeTo (Results 1 – 2 of 2) sorted by relevance

/frameworks/rs/cpp/
DAllocation.cpp404 void Allocation::copy3DRangeTo(uint32_t xoff, uint32_t yoff, uint32_t zoff, uint32_t w, in copy3DRangeTo() function in Allocation
/frameworks/base/rs/java/android/renderscript/
DAllocation.java2641 public void copy3DRangeTo(int xoff, int yoff, int zoff, int w, int h, int d, Object array) { in copy3DRangeTo() method in Allocation