Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrResourceAllocator.h168 GrSurface* existingSurface() const { return fExistingSurface.get(); } in existingSurface() function
DGrResourceAllocator.cpp385 if (!r->accountedForInBudget() && !r->existingSurface()) { in makeBudgetHeadroom()