Home
last modified time | relevance | path

Searched refs:OwnedArenas (Results 1 - 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
H A DGrRecordingContext.cpp114 // OwnedArenas should instantiate these before passing the bare pointer off to this struct. in Arenas()
120 GrRecordingContext::OwnedArenas::OwnedArenas(bool ddlRecording) : fDDLRecording(ddlRecording) {} in OwnedArenas() function in GrRecordingContext::OwnedArenas
121 GrRecordingContext::OwnedArenas::~OwnedArenas() {} in ~OwnedArenas()
123 GrRecordingContext::OwnedArenas& GrRecordingContext::OwnedArenas::operator=(OwnedArenas&& a) { in operator =()
130 GrRecordingContext::Arenas GrRecordingContext::OwnedArenas::get() { in get()
143 GrRecordingContext::OwnedArenas
[all...]
H A DGrRecordingContextPriv.h46 GrRecordingContext::OwnedArenas&& detachArenas() { return this->context()->detachArenas(); } in detachArenas()
/third_party/skia/include/gpu/
H A DGrRecordingContext.h121 friend class SkDeferredDisplayList; // for OwnedArenas
125 class OwnedArenas { class in GrRecordingContext
127 OwnedArenas(bool ddlRecording);
128 ~OwnedArenas();
132 OwnedArenas& operator=(OwnedArenas&&);
155 OwnedArenas&& detachArenas();
259 OwnedArenas fArenas;
/third_party/skia/include/core/
H A DSkDeferredDisplayList.h101 GrRecordingContext::OwnedArenas fArenas;

Completed in 2 milliseconds