Searched refs:nScriptKernelIDCreate (Results 1 - 5 of 5) sorted by last modified time

/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DRenderScript.java429 synchronized int nScriptKernelIDCreate(int sid, int slot, int sig) { method in class:RenderScript
H A DScript.java64 int id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
/frameworks/base/graphics/java/android/renderscript/
H A DRenderScript.java571 synchronized int nScriptKernelIDCreate(int sid, int slot, int sig) { method in class:RenderScript
H A DScript.java64 int id = mRS.nScriptKernelIDCreate(getID(mRS), slot, sig);
/frameworks/base/graphics/jni/
H A Dandroid_renderscript_RenderScript.cpp1082 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig) function
1084 LOG_API("nScriptKernelIDCreate, con(%p) script(%p), slot(%i), sig(%i)", con, (void *)sid, slot, sig);
1492 {"rsnScriptKernelIDCreate", "(IIII)I", (void*)nScriptKernelIDCreate },

Completed in 136 milliseconds