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

/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp726 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) function
728 LOG_API("nScriptSetVarV, con(%p), s(%p), slot(%i)", con, (void *)script, slot);
1063 {"rsnScriptSetVarV", "(III[B)V", (void*)nScriptSetVarV },
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1054 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) function
1056 LOG_API("nScriptSetVarV, con(%p), s(%p), slot(%i)", con, (void *)script, slot);
1066 LOG_API("nScriptSetVarV, con(%p), s(%p), slot(%i)", con, (void *)script, slot);
1655 {"rsnScriptSetVarV", "(III[B)V", (void*)nScriptSetVarV },
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DRenderScript.java511 synchronized void nScriptSetVarV(int id, int slot, byte[] val) { method in class:RenderScript
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java671 synchronized void nScriptSetVarV(int id, int slot, byte[] val) { method in class:RenderScript

Completed in 518 milliseconds