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

  /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/graphics/jni/
android_renderscript_RenderScript.cpp     [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
RenderScript.java 440 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
RenderScript.java 560 synchronized void nScriptBindAllocation(int script, int alloc, int slot) {
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 221 milliseconds