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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java176 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend);
355 private int zend = 0; field in class:Script.LaunchOptions
408 zend = zendArg;
459 return zend;
H A DRenderScript.java628 int xstart, int xend, int ystart, int yend, int zstart, int zend);
630 int xstart, int xend, int ystart, int yend, int zstart, int zend);
641 int xstart, int xend, int ystart, int yend, int zstart, int zend) {
644 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
646 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
627 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
629 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
640 nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java288 mRS.nScriptForEachClipped(getID(mRS), slot, in_id, out_id, params, sc.xstart, sc.xend, sc.ystart, sc.yend, sc.zstart, sc.zend);
477 private int zend = 0; field in class:Script.LaunchOptions
530 zend = zendArg;
581 return zend;
H A DRenderScript.java463 int xstart, int xend, int ystart, int yend, int zstart, int zend);
465 int xstart, int xend, int ystart, int yend, int zstart, int zend);
476 int xstart, int xend, int ystart, int yend, int zstart, int zend) {
479 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
481 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
462 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
464 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
475 nScriptForEachClipped(int id, int slot, int ain, int aout, byte[] params, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp805 jint ystart, jint yend, jint zstart, jint zend)
814 sc.zEnd = zend;
825 jint ystart, jint yend, jint zstart, jint zend)
836 sc.zEnd = zend;
802 nScriptForEachClipped(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
822 nScriptForEachClippedV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1143 jint ystart, jint yend, jint zstart, jint zend)
1152 sc.zEnd = zend;
1163 jint ystart, jint yend, jint zstart, jint zend)
1174 sc.zEnd = zend;
1140 nScriptForEachClipped(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1160 nScriptForEachClippedV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument

Completed in 76 milliseconds