Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.h209 sk_sp<GrSurface> detachSurface() { return std::move(fAssignedSurface); } in detachSurface() function
DGrResourceAllocator.cpp341 sk_sp<GrSurface> surface = temp->detachSurface(); in expire()