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

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java237 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes); method in class:RenderScript
240 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
242 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes); method in class:RenderScript
245 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
247 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes); method in class:RenderScript
250 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
252 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes); method in class:RenderScript
255 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java331 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes); method in class:RenderScript
334 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
336 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes); method in class:RenderScript
339 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
341 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes); method in class:RenderScript
344 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
346 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes); method in class:RenderScript
349 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);

Completed in 26 milliseconds