Home
last modified time | relevance | path

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

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