Searched defs:zend (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScript.java217 limits[5] = sc.zend;
282 limits[5] = sc.zend;
321 limits[5] = sc.zend;
555 private int zend = 0; field in class:Script.LaunchOptions
608 zend = zendArg;
659 return zend;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java308 mRS.nScriptForEachClipped(getID(mRS), slot, ainInc, aoutInc, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp);
310 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp);
379 limits[5] = sc.zend;
419 limits[5] = sc.zend;
593 private int zend = 0; field in class:Script.LaunchOptions
646 zend = zendArg;
697 return zend;
H A DRenderScript.java641 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);
640 rsnScriptForEachClipped(long con, long incCon, long id, int slot, long ain, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) argument
642 rsnScriptForEachClipped(long con, long incCon, long id, int slot, long ain, long aout, int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) argument
653 nScriptForEachClipped(long id, int slot, long ain, long aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) argument
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1566 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc)
1575 sc.zEnd = zend;
1601 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc)
1612 sc.zEnd = zend;
1563 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument
1598 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong incCon, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc) argument

Completed in 273 milliseconds