Searched refs:yend (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);
353 private int yend = 0; field in class:Script.LaunchOptions
390 yend = yendArg;
443 return yend;
H A DRenderScript.java600 int xstart, int xend, int ystart, int yend, int zstart, int zend);
602 int xstart, int xend, int ystart, int yend, int zstart, int zend);
613 int xstart, int xend, int ystart, int yend, int zstart, int zend) {
616 rsnScriptForEachClipped(mContext, id, slot, ain, aout, xstart, xend, ystart, yend, zstart, zend);
618 rsnScriptForEachClipped(mContext, id, slot, ain, aout, params, xstart, xend, ystart, yend, zstart, zend);
599 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
601 rsnScriptForEachClipped(int con, int id, int slot, int ain, int aout, int xstart, int xend, int ystart, int yend, int zstart, int zend) argument
612 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);
475 private int yend = 0; field in class:Script.LaunchOptions
512 yend = yendArg;
565 return yend;
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)
812 sc.yEnd = yend;
825 jint ystart, jint yend, jint zstart, jint zend)
834 sc.yEnd = yend;
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)
1150 sc.yEnd = yend;
1163 jint ystart, jint yend, jint zstart, jint zend)
1172 sc.yEnd = yend;
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 539 milliseconds