Home
last modified time | relevance | path

Searched defs:nScriptInvokeV (Results 1 – 4 of 4) sorted by relevance

/frameworks/rs/support/jni/
Dandroid_renderscript_RenderScript.cpp1525 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jb… in nScriptInvokeV() function
/frameworks/base/rs/jni/
Dandroid_renderscript_RenderScript.cpp1979 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) in nScriptInvokeV() function
/frameworks/rs/support/java/src/android/support/v8/renderscript/
DRenderScript.java685 synchronized void nScriptInvokeV(long id, int slot, byte[] params, boolean mUseInc) { in nScriptInvokeV() method in RenderScript
/frameworks/base/rs/java/android/renderscript/
DRenderScript.java764 synchronized void nScriptInvokeV(long id, int slot, byte[] params) { in nScriptInvokeV() method in RenderScript