Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/
DGrSurfaceProxy.h394 bool ignoredByResourceAllocator() const { return fIgnoredByResourceAllocator; } in ignoredByResourceAllocator()
395 void setIgnoredByResourceAllocator() { fIgnoredByResourceAllocator = true; } in setIgnoredByResourceAllocator()
458 bool fIgnoredByResourceAllocator = false; variable