Home
last modified time | relevance | path

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

/third_party/flutter/skia/src/gpu/ccpr/
DGrCCPerFlushResources.h27 struct GrCCRenderedPathStats { struct
47 GrCCRenderedPathStats fCopyPathStats[2]; argument
52 GrCCRenderedPathStats fRenderedPathStats[2];
198 inline void GrCCRenderedPathStats::statPath(const SkPath& path) { in statPath()
DGrCCPerFlushResources.cpp609 fCopyPathStats[kFillIdx] = fCopyPathStats[kStrokeIdx] = GrCCRenderedPathStats(); in cancelCopies()