Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCDrawPathsOp.h108 bool shouldCachePathMask(int maxRenderTargetSize) const;
DGrCCDrawPathsOp.cpp264 if (this->shouldCachePathMask(onFlushRP->caps()->maxRenderTargetSize())) { in accountForOwnPath()
281 bool GrCCDrawPathsOp::SingleDraw::shouldCachePathMask(int maxRenderTargetSize) const { in shouldCachePathMask() function in GrCCDrawPathsOp::SingleDraw