Searched refs:sourceAllocation (Results 1 – 1 of 1) sorted by relevance
/frameworks/rs/toolkit/test/ |
D | IntrinsicBlend.kt | 46 val sourceAllocation = Allocation.createTyped(context, arrayType) in intrinsicBlend() constant 48 sourceAllocation.copyFrom(sourceArray) in intrinsicBlend() 51 callBlendForEach(scriptBlend, sourceAllocation, destAllocation, mode, restriction) in intrinsicBlend() 54 sourceAllocation.destroy() in intrinsicBlend() 68 val sourceAllocation = Allocation.createFromBitmap(context, sourceBitmap) in intrinsicBlend() constant 70 sourceAllocation.copyFrom(sourceBitmap) in intrinsicBlend() 73 callBlendForEach(scriptBlend, sourceAllocation, destAllocation, mode, restriction) in intrinsicBlend() 76 sourceAllocation.destroy() in intrinsicBlend() 83 sourceAllocation: Allocation, in callBlendForEach() 94 sourceAllocation, destAllocation, options in callBlendForEach() [all …]
|