Home
last modified time | relevance | path

Searched refs:GrCCPerFlushResourceSpecs (Results 1 – 8 of 8) sorted by relevance

/external/skqp/src/gpu/ccpr/
DGrCCDrawPathsOp.h17 struct GrCCPerFlushResourceSpecs;
48 void accountForOwnPaths(GrCCPathCache*, GrOnFlushResourceProvider*, GrCCPerFlushResourceSpecs*);
94 GrCCPerFlushResourceSpecs*);
DGrCCClipPath.cpp54 void GrCCClipPath::accountForOwnPath(GrCCPerFlushResourceSpecs* specs) const { in accountForOwnPath()
58 specs->fRenderedPathStats[GrCCPerFlushResourceSpecs::kFillIdx].statPath(fDeviceSpacePath); in accountForOwnPath()
DGrCCDrawPathsOp.cpp211 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()
DGrCCPerFlushResources.h38 struct GrCCPerFlushResourceSpecs { struct
68 GrCCPerFlushResources(GrOnFlushResourceProvider*, const GrCCPerFlushResourceSpecs&); argument
DGrCCPerFlushResources.cpp23 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()
DGrCoverageCountingPathRenderer.cpp206 GrCCPerFlushResourceSpecs specs; in preFlush()
239 int numCopies = specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kFillIdx] + in preFlush()
240 specs.fNumCopiedPaths[GrCCPerFlushResourceSpecs::kStrokeIdx]; in preFlush()
/external/skqp/include/private/
DGrCCClipPath.h14 struct GrCCPerFlushResourceSpecs;
60 void accountForOwnPath(GrCCPerFlushResourceSpecs*) const;
/external/skia/src/gpu/ccpr/
DGrCCClipPath.h16 struct GrCCPerFlushResourceSpecs;