Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrResourceAllocator.h165 bool accountedForInBudget() const { return fAccountedForInBudget; } in accountedForInBudget() function
DGrResourceAllocator.cpp385 if (!r->accountedForInBudget() && !r->existingSurface()) { in makeBudgetHeadroom()