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

/frameworks/base/rs/java/android/renderscript/
H A DScript.java214 limits[2] = sc.ystart;
279 limits[2] = sc.ystart;
318 limits[2] = sc.ystart;
551 private int ystart = 0; field in class:Script.LaunchOptions
589 ystart = ystartArg;
635 return ystart;
/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);
376 limits[2] = sc.ystart;
416 limits[2] = sc.ystart;
589 private int ystart = 0; field in class:Script.LaunchOptions
627 ystart = ystartArg;
673 return ystart;
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/rs/support/jni/
H A Dandroid_renderscript_RenderScript.cpp1579 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc)
1585 sc.yStart = ystart;
1614 jint ystart, jint yend, jint zstart, jint zend, jboolean mUseInc)
1622 sc.yStart = ystart;
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 402 milliseconds