Home | History | Annotate | Download | only in renderscript

Lines Matching refs:registerNativeAllocation

69     static Method registerNativeAllocation;
104 registerNativeAllocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);
1330 registerNativeAllocation.invoke(sRuntime, 4 * 1024 * 1024); // 4MB for GC sake
1332 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
1333 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);