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

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

Completed in 40 milliseconds