Home
last modified time | relevance | path

Searched defs:isRecyclable (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrResourceAllocator.cpp126 bool GrResourceAllocator::Register::isRecyclable(const GrCaps& caps, in isRecyclable() function in GrResourceAllocator::Register
/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.h193 bool isRecyclable() const { return fIsRecyclable; } in isRecyclable() function