HomeSort by relevance Sort by last modified time
    Searched defs:nScriptSetVarObj (Results 1 - 2 of 2) sorted by null

  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 841 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val)
843 LOG_API("nScriptSetVarObj, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 494 synchronized void nScriptSetVarObj(int id, int slot, int val) {
    [all...]

Completed in 144 milliseconds