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

/frameworks/base/rs/java/android/renderscript/
H A DScript.java214 limits[4] = sc.zstart;
279 limits[4] = sc.zstart;
500 private int zstart = 0; field in class:Script.LaunchOptions
553 zstart = zstartArg;
597 return zstart;
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java306 mRS.nScriptForEachClipped(getID(mRS), slot, ainInc, aoutInc, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp);
308 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend, mUseIncSupp);
468 private int zstart = 0; field in class:Script.LaunchOptions
521 zstart = zstartArg;
565 return zstart;
H A DRenderScript.java632 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc);
634 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc);
645 int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc) {
648 rsnScriptForEachClipped(mContext, mIncCon, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend, mUseInc);
650 rsnScriptForEachClipped(mContext, mIncCon, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend, mUseInc);
631 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
633 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
644 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.cpp1573 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc)
1581 sc.zStart = zstart;
1602 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc)
1612 sc.zStart = zstart;
1570 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
1599 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 120 milliseconds