Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrResourceAllocator.h165 bool accountedForInBudget() const { return fAccountedForInBudget; } in accountedForInBudget()
166 void setAccountedForInBudget() { fAccountedForInBudget = true; } in setAccountedForInBudget()
184 bool fAccountedForInBudget = false; variable