Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrRecordingContext.cpp104 : fRecordTimeAllocator(recordTimeAllocator) in Arenas()
117 fRecordTimeAllocator = std::move(a.fRecordTimeAllocator); in operator =()
123 if (!fRecordTimeAllocator && fDDLRecording) { in get()
125 fRecordTimeAllocator = std::make_unique<SkArenaAlloc>(1024); in get()
132 return {fRecordTimeAllocator.get(), fRecordTimeSubRunAllocator.get()}; in get()
/external/skia/include/gpu/
DGrRecordingContext.h107 SkArenaAlloc* recordTimeAllocator() { return fRecordTimeAllocator; } in recordTimeAllocator()
113 SkArenaAlloc* fRecordTimeAllocator;
134 std::unique_ptr<SkArenaAlloc> fRecordTimeAllocator; variable