Searched refs:zend (Results 1 - 5 of 5) sorted by relevance

/frameworks/rs/support/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.java653 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc);
655 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc);
666 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) {
669 rsnScriptForEachClipped(mContext, mIncCon, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend, mUseInc);
671 rsnScriptForEachClipped(mContext, mIncCon, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend, mUseInc);
652 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
654 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
665 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/base/rs/java/android/renderscript/
H A DScript.java215 limits[5] = sc.zend;
280 limits[5] = sc.zend;
319 limits[5] = sc.zend;
553 private int zend = 0; field in class:Script.LaunchOptions
606 zend = zendArg;
657 return zend;
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
H A Dvr.rs105 float zend = in.y - 2.f;//0.5f;
106 float zlen = zend - zstart;
113 float zb = zend;
/frameworks/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1579 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc)
1588 sc.zEnd = zend;
1614 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc)
1625 sc.zEnd = zend;
1576 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
1611 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 254 milliseconds