Home | History | Annotate | Download | only in renderscript

Lines Matching refs:rsnAllocationData1D

389     native void rsnAllocationData1D(int con, int id, int off, int mip, int count, int[] d, int sizeBytes);
392 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
394 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, short[] d, int sizeBytes);
397 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
399 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, byte[] d, int sizeBytes);
402 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);
404 native void rsnAllocationData1D(int con, int id, int off, int mip, int count, float[] d, int sizeBytes);
407 rsnAllocationData1D(mContext, id, off, mip, count, d, sizeBytes);