Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRenderTargetOpList.h166 SkArenaAlloc fClipAllocator; variable
DGrRenderTargetOpList.cpp37 , fClipAllocator(fClipAllocatorStorage, sizeof(fClipAllocatorStorage), in GrRenderTargetOpList()
335 clip = fClipAllocator.make<GrAppliedClip>(std::move(*clip)); in recordOp()