Home
last modified time | relevance | path

Searched refs:isRecyclable (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrResourceAllocator.cpp136 bool GrResourceAllocator::Register::isRecyclable(const GrCaps& caps, in isRecyclable() function in GrResourceAllocator::Register
316 if (r && r->isRecyclable(*fDContext->priv().caps(), intvl->proxy(), intvl->uses())) { in expire()
DGrResourceAllocator.h171 bool isRecyclable(const GrCaps&, GrSurfaceProxy* proxy, int knownUseCount) const;
/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.h193 bool isRecyclable() const { return fIsRecyclable; } in isRecyclable() function
DGrResourceAllocator.cpp343 if (temp->isRecyclable()) { in expire()