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

/frameworks/base/graphics/java/android/renderscript/
H A DAllocation.java64 subData1D(0, mType.getElementCount(), d);
68 subData1D(0, mType.getElementCount(), d);
72 subData1D(0, mType.getElementCount(), d);
76 subData1D(0, mType.getElementCount(), d);
89 public void subData1D(int off, int count, int[] d) { method in class:Allocation
94 public void subData1D(int off, int count, short[] d) { method in class:Allocation
99 public void subData1D(int off, int count, byte[] d) { method in class:Allocation
104 public void subData1D(int off, int count, float[] d) { method in class:Allocation

Completed in 46 milliseconds