Home
last modified time | relevance | path

Searched refs:fRecordTimeAllocator (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
H A DGrRecordingContext.cpp112 : fRecordTimeAllocator(recordTimeAllocator) in Arenas()
125 fRecordTimeAllocator = std::move(a.fRecordTimeAllocator); in operator =()
131 if (!fRecordTimeAllocator && fDDLRecording) { in get()
133 fRecordTimeAllocator = std::make_unique<SkArenaAlloc>(1024); in get()
140 return {fRecordTimeAllocator.get(), fRecordTimeSubRunAllocator.get()}; in get()
/third_party/skia/include/gpu/
H A DGrRecordingContext.h106 SkArenaAlloc* recordTimeAllocator() { return fRecordTimeAllocator; } in recordTimeAllocator()
112 SkArenaAlloc* fRecordTimeAllocator; member in GrRecordingContext::Arenas
136 std::unique_ptr<SkArenaAlloc> fRecordTimeAllocator; member in GrRecordingContext::OwnedArenas

Completed in 3 milliseconds