Home | History | Annotate | Download | only in renderscript

Lines Matching refs:rsnAllocationRead

502     native void rsnAllocationRead(int con, int id, byte[] d);
505 rsnAllocationRead(mContext, id, d);
507 native void rsnAllocationRead(int con, int id, short[] d);
510 rsnAllocationRead(mContext, id, d);
512 native void rsnAllocationRead(int con, int id, int[] d);
515 rsnAllocationRead(mContext, id, d);
517 native void rsnAllocationRead(int con, int id, float[] d);
520 rsnAllocationRead(mContext, id, d);