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

  /libcore/libart/src/main/java/dalvik/system/
VMRuntime.java 234 public native void registerNativeAllocation(int bytes);
  /libcore/libdvm/src/main/java/dalvik/system/
VMRuntime.java 234 public native void registerNativeAllocation(int bytes);
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Allocation.java 247 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
249 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
250 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
    [all...]
RenderScript.java 62 static Method registerNativeAllocation;
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Allocation.java 281 RenderScript.registerNativeAllocation.invoke(RenderScript.sRuntime, mSize);
283 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
284 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);
    [all...]
RenderScript.java 66 static Method registerNativeAllocation;
76 registerNativeAllocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);
    [all...]
  /prebuilts/sdk/renderscript/lib/
javalib.jar 

Completed in 207 milliseconds