Lines Matching refs:std
30 GrRecordingContext::ProgramData::ProgramData(std::unique_ptr<const GrProgramDesc> desc,
32 : fDesc(std::move(desc))
37 : fDesc(std::move(other.fDesc))
44 : INHERITED(std::move(proxy))
47 fProxyProvider = std::make_unique<GrProxyProvider>(this);
118 // Must be defined here so that std::unique_ptr can see the sizes of the various pools, otherwise
125 fRecordTimeAllocator = std::move(a.fRecordTimeAllocator);
126 fRecordTimeSubRunAllocator = std::move(a.fRecordTimeSubRunAllocator);
133 fRecordTimeAllocator = std::make_unique<SkArenaAlloc>(1024);
137 fRecordTimeSubRunAllocator = std::make_unique<GrSubRunAllocator>();
144 return std::move(fArenas);