Searched refs:nScriptSetVarObj (Results 1 - 6 of 6) sorted by relevance
/frameworks/base/graphics/java/android/renderscript/ |
H A D | Script.java | 259 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS));
|
H A D | RenderScript.java | 716 synchronized void nScriptSetVarObj(int id, int slot, int val) { method in class:RenderScript
|
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/ |
H A D | Script.java | 382 mRS.nScriptSetVarObj(getID(mRS), index, (o == null) ? 0 : o.getID(mRS));
|
H A D | RenderScript.java | 523 synchronized void nScriptSetVarObj(int id, int slot, int val) { method in class:RenderScript
|
/frameworks/support/v8/renderscript/jni/ |
H A D | android_renderscript_RenderScript.cpp | 698 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 D | android_renderscript_RenderScript.cpp | 999 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 },
|
Completed in 120 milliseconds