Searched refs:GrCCPerFlushResourceSpecs (Results 1 – 8 of 8) sorted by relevance
17 struct GrCCPerFlushResourceSpecs;48 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);94 GrCCPerFlushResourceSpecs*);
54 void GrCCClipPath::accountForOwnPath(GrCCPerFlushResourceSpecs* specs) const { in accountForOwnPath()58 specs->fRenderedPathStats[GrCCPerFlushResourceSpecs::kFillIdx].statPath(fDeviceSpacePath); in accountForOwnPath()
211 GrCCPerFlushResourceSpecs* specs) { in accountForOwnPaths()219 GrCCPerFlushResourceSpecs* specs) { in accountForOwnPath()241 ? GrCCPerFlushResourceSpecs::kFillIdx in accountForOwnPath()242 : GrCCPerFlushResourceSpecs::kStrokeIdx; in accountForOwnPath()260 ? GrCCPerFlushResourceSpecs::kFillIdx in accountForOwnPath()261 : GrCCPerFlushResourceSpecs::kStrokeIdx; in accountForOwnPath()
38 struct GrCCPerFlushResourceSpecs { struct68 GrCCPerFlushResources(GrOnFlushResourceProvider*, const GrCCPerFlushResourceSpecs&); argument
23 static constexpr int kFillIdx = GrCCPerFlushResourceSpecs::kFillIdx;24 static constexpr int kStrokeIdx = GrCCPerFlushResourceSpecs::kStrokeIdx;140 static int inst_buffer_count(const GrCCPerFlushResourceSpecs& specs) { in inst_buffer_count()149 const GrCCPerFlushResourceSpecs& specs) in GrCCPerFlushResources()506 void GrCCPerFlushResourceSpecs::cancelCopies() { in cancelCopies()
206 GrCCPerFlushResourceSpecs specs; in preFlush()239 int numCopies = specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kFillIdx] + in preFlush()240 specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kStrokeIdx]; in preFlush()
14 struct GrCCPerFlushResourceSpecs;60 void accountForOwnPath(GrCCPerFlushResourceSpecs*) const;
16 struct GrCCPerFlushResourceSpecs;