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

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScript.java352 mRS.nScriptSetVarJ(getID(mRS), index, v);
H A DRenderScript.java577 synchronized void nScriptSetVarJ(int id, int slot, long val) { method in class:RenderScript
/frameworks/base/rs/java/android/renderscript/
H A DScript.java298 mRS.nScriptSetVarJ(getID(mRS), index, v);
H A DRenderScript.java674 synchronized void nScriptSetVarJ(long id, int slot, long val) { method in class:RenderScript
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp705 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) function
707 LOG_API("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%lli)", con, (void *)script, slot, val);
1060 {"rsnScriptSetVarJ", "(IIIJ)V", (void*)nScriptSetVarJ },
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp978 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) function
980 LOG_API("nScriptSetVarJ, con(%p), s(%p), slot(%i), val(%lli)", (RsContext)con, (void *)script, slot, val);
1768 {"rsnScriptSetVarJ", "(JJIJ)V", (void*)nScriptSetVarJ },

Completed in 123 milliseconds