Searched refs:nScriptGroupSetInput (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/rs/java/android/renderscript/ |
D | ScriptGroup.java | 487 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setInput()
|
D | RenderScript.java | 874 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput() method in RenderScript
|
/frameworks/rs/support/java/src/androidx/renderscript/ |
D | ScriptGroup.java | 485 mRS.nScriptGroupSetInput(getID(mRS), s.getID(mRS), mRS.safeID(a)); in setInput()
|
D | RenderScript.java | 843 synchronized void nScriptGroupSetInput(long group, long kernel, long alloc) { in nScriptGroupSetInput() method in RenderScript
|
/frameworks/rs/support/jni/ |
D | android_renderscript_RenderScript.cpp | 2053 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetInput() function 2368 …ptGroupSetInput", "(JJJJ)V", (void*)nScriptGroupSetInput },
|
/frameworks/base/rs/jni/ |
D | android_renderscript_RenderScript.cpp | 2404 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) in nScriptGroupSetInput() function 2926 …ptGroupSetInput", "(JJJJ)V", (void*)nScriptGroupSetInput },
|