Searched defs:mUseInc (Results 1 – 2 of 2) sorted by relevance
| /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
| D | RenderScript.java | 611 … native void rsnScriptBindAllocation(long con, long script, long alloc, int slot, boolean mUseInc); in rsnScriptBindAllocation() 612 synchronized void nScriptBindAllocation(long script, long alloc, int slot, boolean mUseInc) { in nScriptBindAllocation() 620 native void rsnScriptSetTimeZone(long con, long script, byte[] timeZone, boolean mUseInc); in rsnScriptSetTimeZone() 621 synchronized void nScriptSetTimeZone(long script, byte[] timeZone, boolean mUseInc) { in nScriptSetTimeZone() 629 native void rsnScriptInvoke(long con, long id, int slot, boolean mUseInc); in rsnScriptInvoke() 630 synchronized void nScriptInvoke(long id, int slot, boolean mUseInc) { in nScriptInvoke() 638 …ach(long con, long incCon, long id, int slot, long ain, long aout, byte[] params, boolean mUseInc); in rsnScriptForEach() 639 …d rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, boolean mUseInc); in rsnScriptForEach() 641 … int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc); in rsnScriptForEachClipped() 643 … int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc); in rsnScriptForEachClipped() [all …]
|
| /frameworks/support/v8/renderscript/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 …]
|