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 89 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
91 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
RenderScript.java 490 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
    [all...]
  /frameworks/base/graphics/jni/
android_renderscript_RenderScript.cpp 905 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot)
907 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
    [all...]

Completed in 32 milliseconds