Home | History | Annotate | Download | only in renderscript

Lines Matching refs:zstart

641                                         int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc);
643 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc);
654 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) {
657 rsnScriptForEachClipped(mContext, mIncCon, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend, mUseInc);
659 rsnScriptForEachClipped(mContext, mIncCon, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend, mUseInc);