HomeSort by relevance Sort by last modified time
    Searched refs:subData (Results 1 - 9 of 9) sorted by null

  /frameworks/base/libs/rs/
rsAllocation.h 60 void subData(uint32_t xoff, uint32_t count, const void *data, uint32_t sizeBytes);
61 void subData(uint32_t xoff, uint32_t yoff,
63 void subData(uint32_t xoff, uint32_t yoff, uint32_t zoff,
rsAdapter.h 50 void subData(uint32_t xoff, uint32_t count, const void *data);
83 void subData(uint32_t xoff, uint32_t yoff, uint32_t w, uint32_t h, const void *data);
rsAdapter.cpp 57 void Adapter1D::subData(uint32_t xoff, uint32_t count, const void *data)
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)
241 a->subData(xoff, yoff, w, h, data);
rsAllocation.cpp 237 void Allocation::subData(uint32_t xoff, uint32_t count, const void *data, uint32_t sizeBytes)
245 LOGE("Allocation::subData called with mismatched size expected %i, got %i", size, sizeBytes);
254 void Allocation::subData(uint32_t xoff, uint32_t yoff,
266 rsAssert(!"Allocation::subData called with mismatched size");
280 void Allocation::subData(uint32_t xoff, uint32_t yoff, uint32_t zoff,
601 a->subData(xoff, count, data, sizeBytes);
607 a->subData(xoff, yoff, w, h, data, sizeBytes);
rsProgramVertex.cpp 392 mDefaultAlloc->subData(RS_PROGRAM_VERTEX_PROJECTION_OFFSET, 16, &m.m[0], 16*4);
395 mDefaultAlloc->subData(RS_PROGRAM_VERTEX_MODELVIEW_OFFSET, 16, &m.m[0], 16*4);
  /frameworks/base/libs/rs/java/Film/src/com/android/film/
FilmRS.java 180 a.subData(0, 0, 2, size, black);
181 a.subData(size-2, 0, 2, size, black);
182 a.subData(0, 0, size, 2, black);
183 a.subData(0, size-2, size, 2, black);
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 142 public void subData(int offset, Object o) {
168 public void subData(int off, int count, int[] d) {
173 public void subData(int off, int count, float[] d) {
211 public void subData(int xoff, int yoff, int w, int h, int[] d) {
216 public void subData(int xoff, int yoff, int w, int h, float[] d) {
  /packages/wallpapers/Basic/src/com/android/wallpaper/grass/
GrassRS.java 262 mBlades.subData(i, bs);
376 a.subData(0, 0, 4, 1, data);
378 a.subData(0, 0, 2, 1, grey1);
380 a.subData(0, 0, 1, 1, grey2);
  /external/webkit/WebKit/android/WebCoreSupport/
FrameLoaderClientAndroid.cpp 307 SubstituteData subData(buf, String("text/html"), String("utf-8"),
309 frame->loader()->load(request, subData, false);
    [all...]

Completed in 388 milliseconds