Home
last modified time | relevance | path

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

/external/skia/include/gpu/
DGrRecordingContext.h219 int numPathMasksGenerated() const { return fNumPathMasksGenerated; } in numPathMasksGenerated() function
/external/skia/src/gpu/ganesh/
DGrRecordingContext.cpp182 writer->appendS32("path_masks_generated", this->stats()->numPathMasksGenerated()); in dumpJSON()