Searched refs:AllocationBacking (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DBackingStore.java247 if (!AllocationBacking.isSupported()) {
249 "Attempted to create an AllocationBacking in context that does " +
252 backing = new AllocationBacking(mFrameManager.getContext().getRenderScript());
521 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) {
615 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) {
736 } else if ((access & ACCESS_ALLOCATION) != 0 && AllocationBacking.isSupported()) {
796 static class AllocationBacking extends Backing { class in class:BackingStore
801 public AllocationBacking(RenderScript renderScript) { method in class:BackingStore.AllocationBacking

Completed in 33 milliseconds