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

/frameworks/base/graphics/java/android/renderscript/
H A DScript.java227 mRS.nScriptSetVarJ(getID(mRS), index, v);
H A DRenderScript.java525 synchronized void nScriptSetVarJ(int id, int slot, long val) { method in class:RenderScript
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DScript.java227 mRS.nScriptSetVarJ(getID(mRS), index, v);
H A DRenderScript.java383 synchronized void nScriptSetVarJ(int id, int slot, long val) { method in class:RenderScript
/frameworks/support/renderscript/v8/jni/
H A Dandroid_renderscript_RenderScript.cpp627 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) function
629 LOG_API("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%lli)", con, (void *)script, slot, val);
858 {"rsnScriptSetVarJ", "(IIIJ)V", (void*)nScriptSetVarJ },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp926 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) function
928 LOG_API("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%lli)", con, (void *)script, slot, val);
1483 {"rsnScriptSetVarJ", "(IIIJ)V", (void*)nScriptSetVarJ },

Completed in 470 milliseconds