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 287 public native void registerNativeAllocation(int bytes);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 250 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
252 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
253 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
    [all...]
RenderScript.java 61 static Method registerNativeAllocation;
    [all...]
  /frameworks/base/rs/java/android/renderscript/
RenderScript.java 63 static Method registerNativeAllocation;
98 registerNativeAllocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);
    [all...]
Allocation.java 338 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
340 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
341 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 586 milliseconds