Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/
DGrSurfaceProxyPriv.h55 bool ignoredByResourceAllocator() const { return fProxy->ignoredByResourceAllocator(); } in ignoredByResourceAllocator() function
DGrOnFlushResourceProvider.cpp66 SkASSERT(proxy->priv().ignoredByResourceAllocator()); in instatiateProxy()
DGrSurfaceProxy.h354 bool ignoredByResourceAllocator() const { return fIgnoredByResourceAllocator; } in ignoredByResourceAllocator() function
DGrResourceAllocator.cpp96 SkASSERT(!proxy->priv().ignoredByResourceAllocator());
DGrSurfaceProxy.cpp201 if (this->ignoredByResourceAllocator()) { in canSkipResourceAllocator()
/third_party/skia/src/gpu/
DGrSurfaceProxy.h391 bool ignoredByResourceAllocator() const { return fIgnoredByResourceAllocator; } in ignoredByResourceAllocator() function