Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrResourceAllocator.h192 void markAsRecyclable() { fIsRecyclable = true;} in markAsRecyclable()
193 bool isRecyclable() const { return fIsRecyclable; } in isRecyclable()
225 bool fIsRecyclable = false; variable