Searched defs:GrCCPerFlushResourceSpecs (Results 1 – 1 of 1) sorted by relevance
38 struct GrCCPerFlushResourceSpecs { struct39 static constexpr int kFillIdx = 0;40 static constexpr int kStrokeIdx = 1;42 int fNumCachedPaths = 0;44 int fNumCopiedPaths[2] = {0, 0};68 GrCCPerFlushResources(GrOnFlushResourceProvider*, const GrCCPerFlushResourceSpecs&); argument