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

  /frameworks/base/graphics/java/android/renderscript/
Script.java 52 mRS.nScriptBindAllocation(mID, va.mID, slot);
RenderScript.java 136 native void nScriptBindAllocation(int script, int alloc, int slot);
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 849 nScriptBindAllocation(JNIEnv *_env, jobject _this, jint script, jint alloc, jint slot)
852 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
    [all...]

Completed in 58 milliseconds