Searched refs:allocation (Results 1 – 3 of 3) sorted by relevance
533 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local534 allocation.copyTo(mBitmap); in syncToAllocationBacking()626 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local628 allocation.copyTo(pixels.array()); in syncToAllocationBacking()748 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local751 allocation.copyTo(bytes); in syncToAllocationBacking()754 allocation.copyTo(floats); in syncToAllocationBacking()
97 public FakeExtension(Object allocation) { in FakeExtension() argument98 mAllocation = allocation; in FakeExtension()
87 The initial implementation/proposal combined the supply of resources with the allocation in a single95 installed, the allocation to each app decreased. Eventually (with enough apps installed), no app101 TIP1 separated allocation (to apps) from supply (by the system) and