Searched defs:allocation (Results 1 – 6 of 6) sorted by relevance
| /frameworks/rs/ |
| D | rsHidlAdaptation.cpp | 214 const void* RsHidlAdaptation::AllocationGetType(RsContext context, RsAllocation allocation) in AllocationGetType() 426 uint64_t allocation = GetIContextHandle(context)->allocationCreateTyped(_type, in AllocationCreateTyped() local 441 uint64_t allocation = GetIContextHandle(context)->allocationCreateFromBitmap(_type, in AllocationCreateFromBitmap() local 455 …uint64_t allocation = GetIContextHandle(context)->allocationCubeCreateFromBitmap(_type, (Allocatio… in AllocationCubeCreateFromBitmap() local 459 RsNativeWindow RsHidlAdaptation::AllocationGetSurface (RsContext context, RsAllocation allocation) in AllocationGetSurface() 466 void RsHidlAdaptation::AllocationSetSurface (RsContext context, RsAllocation allocation, RsNativeWi… in AllocationSetSurface() 549 void RsHidlAdaptation::AllocationCopyToBitmap (RsContext context, RsAllocation allocation, void *da… in AllocationCopyToBitmap() 556 void RsHidlAdaptation::Allocation1DData (RsContext context, RsAllocation allocation, uint32_t xoff,… in Allocation1DData() 566 void RsHidlAdaptation::Allocation1DElementData (RsContext context, RsAllocation allocation, uint32_… in Allocation1DElementData() 577 void RsHidlAdaptation::AllocationElementData (RsContext context, RsAllocation allocation, uint32_t … in AllocationElementData() [all …]
|
| D | rs_hal.h | 314 } allocation; member
|
| /frameworks/base/libs/hwui/utils/ |
| D | FatVector.h | 57 explicit InlineStdAllocator(Allocation& allocation) : mAllocation(allocation) {} in InlineStdAllocator() argument
|
| /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/utils/leaks/ |
| D | FakeExtensionController.java | 97 public FakeExtension(Object allocation) { in FakeExtension()
|
| /frameworks/rs/tests/java_api/Balls/src/com/example/android/rs/balls/ |
| D | BallsRS.java | 79 final Allocation allocation = in loadTexture() local
|
| /frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/ |
| D | BackingStore.java | 533 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local 626 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local 748 Allocation allocation = (Allocation) backing.lock(ACCESS_ALLOCATION); in syncToAllocationBacking() local
|