Searched refs:nScriptSetVarJ (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScript.java414 mRS.nScriptSetVarJ(getID(mRS), index, v);
H A DRenderScript.java781 synchronized void nScriptSetVarJ(long id, int slot, long val) { method in class:RenderScript
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java462 mRS.nScriptSetVarJ(getID(mRS), index, v, mUseIncSupp);
H A DRenderScript.java703 synchronized void nScriptSetVarJ(long id, int slot, long val, boolean mUseInc) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1815 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) function
1818 ALOGD("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%" PRId64 ")", (RsContext)con, (void *)script,
2901 {"rsnScriptSetVarJ", "(JJIJ)V", (void*)nScriptSetVarJ },
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp1410 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val, jboolean mUseInc) function
1412 LOG_API("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%lli)", (RsContext)con,
2340 {"rsnScriptSetVarJ", "(JJIJZ)V", (void*)nScriptSetVarJ },

Completed in 265 milliseconds