Searched defs:mUseInc (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/support/java/src/android/support/v8/renderscript/ |
D | RenderScript.java | 623 … native void rsnScriptBindAllocation(long con, long script, long alloc, int slot, boolean mUseInc); in rsnScriptBindAllocation() 624 synchronized void nScriptBindAllocation(long script, long alloc, int slot, boolean mUseInc) { in nScriptBindAllocation() 632 native void rsnScriptSetTimeZone(long con, long script, byte[] timeZone, boolean mUseInc); in rsnScriptSetTimeZone() 633 synchronized void nScriptSetTimeZone(long script, byte[] timeZone, boolean mUseInc) { in nScriptSetTimeZone() 641 native void rsnScriptInvoke(long con, long id, int slot, boolean mUseInc); in rsnScriptInvoke() 642 synchronized void nScriptInvoke(long id, int slot, boolean mUseInc) { in nScriptInvoke() 650 …ach(long con, long incCon, long id, int slot, long ain, long aout, byte[] params, boolean mUseInc); in rsnScriptForEach() 651 …d rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, boolean mUseInc); in rsnScriptForEach() 653 … int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc); in rsnScriptForEachClipped() 655 … int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc); in rsnScriptForEachClipped() [all …]
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 586 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Single() 626 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Double() 666 … jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Complex() 709 … jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Z() 752 jint c_mult_int, jboolean mUseInc) { in nScriptIntrinsicBLAS_BNNM() 1387 …ion(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) in nScriptBindAllocation() 1399 …etVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) in nScriptSetVarI() 1411 …arObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) in nScriptSetVarObj() 1423 …tVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) in nScriptSetVarJ() 1435 …tVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) in nScriptSetVarF() [all …]
|