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

  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Script.java 198 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
200 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
RenderScript.java 527 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
    [all...]
  /frameworks/base/rs/java/android/renderscript/
Script.java 253 mRS.nScriptBindAllocation(getID(mRS), va.getID(mRS), slot);
255 mRS.nScriptBindAllocation(getID(mRS), 0, slot);
RenderScript.java 594 synchronized void nScriptBindAllocation(long script, long alloc, int slot) {
    [all...]
  /frameworks/support/v8/renderscript/jni/
android_renderscript_RenderScript.cpp 684 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot)
686 LOG_API("nScriptBindAllocation, con(%p), script(%p), alloc(%p), slot(%i)", con, (RsScript)script, (RsAllocation)alloc, slot);
    [all...]
  /frameworks/base/rs/jni/
android_renderscript_RenderScript.cpp     [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 416 milliseconds