Searched refs:isRecyclable (Results 1 – 2 of 2) sorted by relevance
162 bool isRecyclable(const GrCaps&, GrSurfaceProxy* proxy, int knownUseCount) const;
127 bool GrResourceAllocator::Register::isRecyclable(const GrCaps& caps, in isRecyclable() function in GrResourceAllocator::Register307 if (r && r->isRecyclable(*fDContext->priv().caps(), intvl->proxy(), intvl->uses())) { in expire()