Searched defs:nAllocationSubData1D (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/graphics/java/android/renderscript/ |
D | RenderScript.java | 108 native void nAllocationSubData1D(int id, int off, int count, int[] d, int sizeBytes); in nAllocationSubData1D() method in RenderScript 109 native void nAllocationSubData1D(int id, int off, int count, short[] d, int sizeBytes); in nAllocationSubData1D() method in RenderScript 110 native void nAllocationSubData1D(int id, int off, int count, byte[] d, int sizeBytes); in nAllocationSubData1D() method in RenderScript 111 native void nAllocationSubData1D(int id, int off, int count, float[] d, int sizeBytes); in nAllocationSubData1D() method in RenderScript
|