Home
last modified time | relevance | path

Searched refs:fAlignedAllocator (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/bench/graphite/
DIntersectionTreeBench.cpp33 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