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

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

Completed in 882 milliseconds