Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrSurfaceProxy.h388 bool ignoredByResourceAllocator() const { return fIgnoredByResourceAllocator; } in ignoredByResourceAllocator()
389 void setIgnoredByResourceAllocator() { fIgnoredByResourceAllocator = true; } in setIgnoredByResourceAllocator()
452 bool fIgnoredByResourceAllocator = false; variable