Searched refs:mAllocation (Results 1 – 7 of 7) sorted by relevance
42 private final Object mAllocation; field in FakeExtensionController.FakeExtensionBuilder45 mAllocation = o; in FakeExtensionBuilder()90 return new FakeExtension(mAllocation); in build()95 private final Object mAllocation; field in FakeExtensionController.FakeExtension98 mAllocation = allocation; in FakeExtension()119 mTracker.getLeakInfo(mAllocation).clearAllocations(); in destroy()
799 private Allocation mAllocation = null; field in BackingStore.AllocationBacking823 mAllocation = Allocation.createTyped(mRenderScript, imageType); in allocate()848 mAllocation.copyFrom(pixels.array()); in syncTo()851 mAllocation.copyFrom(bitmap); in syncTo()866 mAllocation.copyFromUnchecked(bytes); in syncTo()876 return mAllocation; in lock()895 if (mAllocation != null) { in destroy()896 mAllocation.destroy(); in destroy()897 mAllocation = null; in destroy()
500 protected Allocation mAllocation; field in Script.FieldBase503 mAllocation = Allocation.createSized(rs, mElement, dimx, in init()508 mAllocation = in init()521 return mAllocation.getType(); in getType()525 return mAllocation; in getAllocation()
53 Allocation mAllocation; field in ScriptGroup.IO491 mInputs[ct].mAllocation = a; in setInput()513 mOutputs[ct].mAllocation = a; in setOutput()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
38653 field @Deprecated protected android.renderscript.Allocation mAllocation;
46756 Landroid/renderscript/ScriptGroup$IO;->mAllocation:Landroid/renderscript/Allocation;