Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrResourceAllocator.h163 sk_sp<GrSurface> detachSurface() { return std::move(fAssignedSurface); } in detachSurface() function
DGrResourceAllocator.cpp295 sk_sp<GrSurface> surface = temp->detachSurface(); in expire()