Home | History | Annotate | Download | only in renderscript

Lines Matching full:rsnallocationread

357     native void rsnAllocationRead(int con, int id, byte[] d);
360 rsnAllocationRead(mContext, id, d);
362 native void rsnAllocationRead(int con, int id, short[] d);
365 rsnAllocationRead(mContext, id, d);
367 native void rsnAllocationRead(int con, int id, int[] d);
370 rsnAllocationRead
372 native void rsnAllocationRead(int con, int id, float[] d);
375 rsnAllocationRead(mContext, id, d);