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

/frameworks/base/libs/rs/
H A DrsAdapter.cpp57 void Adapter1D::subData(uint32_t xoff, uint32_t count, const void *data) function in class:Adapter1D
118 a->subData(xoff, count, data);
164 void Adapter2D::subData(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, const void *data) function in class:Adapter2D
241 a->subData(xoff, yoff, w, h, data);
H A DrsAllocation.cpp237 void Allocation::subData(uint32_t xoff, uint32_t count, const void *data, uint32_t sizeBytes) function in class:Allocation
245 LOGE("Allocation::subData called with mismatched size expected %i, got %i", size, sizeBytes);
254 void Allocation::subData(uint32_t xoff, uint32_t yoff, function in class:Allocation
266 rsAssert(!"Allocation::subData called with mismatched size");
280 void Allocation::subData(uint32_t xoff, uint32_t yoff, uint32_t zoff, function in class:Allocation
601 a->subData(xoff, count, data, sizeBytes);
607 a->subData(xoff, yoff, w, h, data, sizeBytes);
/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java142 public void subData(int offset, Object o) { method in class:Allocation
168 public void subData(int off, int count, int[] d) { method in class:Allocation.Adapter1D
173 public void subData(int off, int count, float[] d) { method in class:Allocation.Adapter1D
211 public void subData(int xoff, int yoff, int w, int h, int[] d) { method in class:Allocation.Adapter2D
216 public void subData(int xoff, int yoff, int w, int h, float[] d) { method in class:Allocation.Adapter2D

Completed in 63 milliseconds