Searched refs:nScriptGetVarJ (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
H A DScript.java417 return mRS.nScriptGetVarJ(getID(mRS), index);
H A DRenderScript.java786 synchronized long nScriptGetVarJ(long id, int slot) { method in class:RenderScript
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp1825 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) function
1828 ALOGD("nScriptGetVarJ, con(%p), s(%p), slot(%i)", (RsContext)con, (void *)script, slot);
2902 {"rsnScriptGetVarJ", "(JJI)J", (void*)nScriptGetVarJ },

Completed in 303 milliseconds