Searched defs:mUseInc (Results 1 – 2 of 2) sorted by relevance
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | RenderScript.java | 628 … native void rsnScriptBindAllocation(long con, long script, long alloc, int slot, boolean mUseInc); in rsnScriptBindAllocation() 629 synchronized void nScriptBindAllocation(long script, long alloc, int slot, boolean mUseInc) { in nScriptBindAllocation() 637 native void rsnScriptSetTimeZone(long con, long script, byte[] timeZone, boolean mUseInc); in rsnScriptSetTimeZone() 638 synchronized void nScriptSetTimeZone(long script, byte[] timeZone, boolean mUseInc) { in nScriptSetTimeZone() 646 native void rsnScriptInvoke(long con, long id, int slot, boolean mUseInc); in rsnScriptInvoke() 647 synchronized void nScriptInvoke(long id, int slot, boolean mUseInc) { in nScriptInvoke() 655 …ach(long con, long incCon, long id, int slot, long ain, long aout, byte[] params, boolean mUseInc); in rsnScriptForEach() 656 …d rsnScriptForEach(long con, long incCon, long id, int slot, long ain, long aout, boolean mUseInc); in rsnScriptForEach() 658 … int xstart, int xend, int ystart, int yend, int zstart, int zend, boolean mUseInc); in rsnScriptForEachClipped() 660 … 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 | 588 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Single() 628 jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Double() 668 … jfloat betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Complex() 711 … jdouble betaY, jlong C, jint incX, jint incY, jint KL, jint KU, jboolean mUseInc) { in nScriptIntrinsicBLAS_Z() 754 jint c_mult_int, jboolean mUseInc) { in nScriptIntrinsicBLAS_BNNM() 1389 …ion(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot, jboolean mUseInc) in nScriptBindAllocation() 1401 …etVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val, jboolean mUseInc) in nScriptSetVarI() 1413 …arObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) in nScriptSetVarObj() 1425 …tVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) in nScriptSetVarJ() 1437 …tVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val, jboolean mUseInc) in nScriptSetVarF() [all …]
|