Home
last modified time | relevance | path

Searched refs:Arenas (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/include/gpu/
H A DGrRecordingContext.h100 // GrRecordingContext. Arenas does not maintain ownership of the pools it groups together.
101 class Arenas { class in GrRecordingContext
103 Arenas(SkArenaAlloc*, GrSubRunAllocator*);
124 // Like Arenas, but preserves ownership of the underlying pools.
130 Arenas get();
152 Arenas arenas() { return fArenas.get(); } in arenas()
/third_party/skia/src/gpu/
H A DGrRecordingContext.cpp110 GrRecordingContext::Arenas::Arenas(SkArenaAlloc* recordTimeAllocator, in Arenas() function in GrRecordingContext::Arenas
130 GrRecordingContext::Arenas GrRecordingContext::OwnedArenas::get() { in get()
H A DGrRecordingContextPriv.h44 GrRecordingContext::Arenas arenas() { return this->context()->arenas(); } in arenas()

Completed in 2 milliseconds