Searched defs:subData2D (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/graphics/java/android/renderscript/
H A DAllocationAdapter.java77 public void subData2D(int xoff, int yoff, int w, int h, int[] d) { method in class:AllocationAdapter
83 public void subData2D(int xoff, int yoff, int w, int h, float[] d) { method in class:AllocationAdapter
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DAllocationAdapter.java77 public void subData2D(int xoff, int yoff, int w, int h, int[] d) { method in class:AllocationAdapter
83 public void subData2D(int xoff, int yoff, int w, int h, float[] d) { method in class:AllocationAdapter

Completed in 45 milliseconds