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

  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 298 public native void registerNativeAllocation(int bytes);
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 69 static Method registerNativeAllocation;
104 registerNativeAllocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);
    [all...]
Allocation.java 351 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
353 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
354 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 341 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
343 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
344 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
    [all...]
RenderScript.java 94 static Method registerNativeAllocation;
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 392 milliseconds