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

  /frameworks/base/graphics/java/android/renderscript/
Script.java 120 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
RenderScript.java 651 synchronized void nScriptInvokeV(int id, int slot, byte[] params) {
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 178 mRS.nScriptInvokeV(getID(mRS), slot, v.getData());
RenderScript.java 486 synchronized void nScriptInvokeV(int id, int slot, byte[] params) {
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 774 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data)
776 LOG_API("nScriptInvokeV, con(%p), s(%p), slot(%i)", con, (void *)script, slot);
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 183 milliseconds