Searched refs:fAlignedAllocator (Results 1 – 1 of 1) sorted by relevance
33 fRects = fAlignedAllocator.makeArray<Rect>(fRectCount); in onDelayedSetup()37 fRectBufferA = fAlignedAllocator.makeArray<Rect>(fRectCount); in onDelayedSetup()38 fRectBufferB = fAlignedAllocator.makeArray<Rect>(fRectCount); in onDelayedSetup()72 SkArenaAlloc fAlignedAllocator{0}; member in skgpu::IntersectionTreeBench