Searched refs:AllocationBacking (Results 1 – 1 of 1) sorted by relevance
247 if (!AllocationBacking.isSupported()) { in createBacking()252 backing = new AllocationBacking(mFrameManager.getContext().getRenderScript()); in createBacking()521 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) { in syncTo()615 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) { in syncTo()736 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) { in syncTo()796 static class AllocationBacking extends Backing { class in BackingStore801 public AllocationBacking(RenderScript renderScript) { in AllocationBacking() method in BackingStore.AllocationBacking