Searched defs:nScriptSetVarObj (Results 1 - 4 of 4) sorted by relevance

/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/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp999 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) function
1001 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
1658 {"rsnScriptSetVarObj", "(IIII)V", (void*)nScriptSetVarObj },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java523 synchronized void nScriptSetVarObj(int id, int slot, int val) { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java716 synchronized void nScriptSetVarObj(int id, int slot, int val) { method in class:RenderScript

Completed in 91 milliseconds