HomeSort by relevance Sort by last modified time
    Searched refs:nScriptSetVarI (Results 1 - 3 of 3) sorted by null

  /frameworks/base/graphics/java/android/renderscript/
Script.java 122 mRS.nScriptSetVarI(getID(), index, v);
142 mRS.nScriptSetVarI(getID(), index, v ? 1 : 0);
RenderScript.java 470 synchronized void nScriptSetVarI(int id, int slot, int val) {
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 840 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val)
842 LOG_API("nScriptSetVarI, con(%p), s(%p), slot(%i), val(%i)", con, (void *)script, slot, val);
    [all...]

Completed in 5587 milliseconds