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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java295 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes); method in class:RenderScript
298 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
300 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes); method in class:RenderScript
303 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
305 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes); method in class:RenderScript
308 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
310 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes); method in class:RenderScript
313 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java417 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes); method in class:RenderScript
420 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
422 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes); method in class:RenderScript
425 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
427 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes); method in class:RenderScript
430 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
432 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes); method in class:RenderScript
435 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);

Completed in 153 milliseconds