Lines Matching refs:rsnAllocationRead
530 native void rsnAllocationRead(int con, int id, byte[] d);
533 rsnAllocationRead(mContext, id, d);
535 native void rsnAllocationRead(int con, int id, short[] d);
538 rsnAllocationRead(mContext, id, d);
540 native void rsnAllocationRead(int con, int id, int[] d);
543 rsnAllocationRead(mContext, id, d);
545 native void rsnAllocationRead(int con, int id, float[] d);
548 rsnAllocationRead(mContext, id, d);