Home
last modified time | relevance | path

Searched refs:nScriptSetVarObj (Results 1 – 6 of 6) sorted by relevance

/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
DScript.java382 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS)); in setVar()
DRenderScript.java604 synchronized void nScriptSetVarObj(int id, int slot, int val) { in nScriptSetVarObj() method in RenderScript
/frameworks/base/rs/java/android/renderscript/
DScript.java323 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS)); in setVar()
DRenderScript.java722 synchronized void nScriptSetVarObj(long id, int slot, long val) { in nScriptSetVarObj() method in RenderScript
/frameworks/support/v8/renderscript/jni/
Dandroid_renderscript_RenderScript.cpp698 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) in nScriptSetVarObj() function
1065 …ScriptSetVarObj", "(IIII)V", (void*)nScriptSetVarObj },
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp971 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) in nScriptSetVarObj() function
1777 …ScriptSetVarObj", "(JJIJ)V", (void*)nScriptSetVarObj },