Home | History | Annotate | Download | only in renderscript

Lines Matching refs:ain

504     native void rsnScriptForEach(int con, int id, int slot, int ain, int aout, byte[] params);
505 native void rsnScriptForEach(int con, int id, int slot, int ain, int aout);
506 synchronized void nScriptForEach(int id, int slot, int ain, int aout, byte[] params) {
509 rsnScriptForEach(mContext, id, slot, ain, aout);
511 rsnScriptForEach(mContext, id, slot, ain, aout, params);