Home | History | Annotate | Download | only in renderscript

Lines Matching defs:rsnScriptForEachClipped

627     native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params,
629 native void rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout,
644 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
646 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);