Home | History | Annotate | Download | only in renderscript

Lines Matching defs:registerNativeAllocation

63     static Method registerNativeAllocation;
98 registerNativeAllocation = vm_runtime.getDeclaredMethod("registerNativeAllocation", Integer.TYPE);
1188 registerNativeAllocation.invoke(sRuntime, 4 * 1024 * 1024); // 4MB for GC sake
1190 Log.e(RenderScript.LOG_TAG, "Couldn't invoke registerNativeAllocation:" + e);
1191 throw new RSRuntimeException("Couldn't invoke registerNativeAllocation:" + e);