Searched defs:GrCoverageCountingPathRenderer (Results 1 - 2 of 2) sorted by relevance

/external/skia/src/gpu/ccpr/
H A DGrCoverageCountingPathRenderer.h28 class GrCoverageCountingPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject { class in inherits:GrPathRenderer,GrOnFlushCallbackObject
33 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&,
36 ~GrCoverageCountingPathRenderer() override {
49 DrawPathsOp(GrCoverageCountingPathRenderer*, const DrawPathArgs&, GrColor);
68 const char* name() const override { return "GrCoverageCountingPathRenderer::DrawPathsOp"; }
101 GrCoverageCountingPathRenderer* const fCCPR;
158 void placePathInAtlas(GrCoverageCountingPathRenderer*, GrOnFlushResourceProvider*,
199 GrCoverageCountingPathRenderer(bool drawCachablePaths) function in class:GrCoverageCountingPathRenderer
/external/skqp/src/gpu/ccpr/
H A DGrCoverageCountingPathRenderer.h28 class GrCoverageCountingPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject { class in inherits:GrPathRenderer,GrOnFlushCallbackObject
33 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&,
36 ~GrCoverageCountingPathRenderer() override {
49 DrawPathsOp(GrCoverageCountingPathRenderer*, const DrawPathArgs&, GrColor);
68 const char* name() const override { return "GrCoverageCountingPathRenderer::DrawPathsOp"; }
101 GrCoverageCountingPathRenderer* const fCCPR;
158 void placePathInAtlas(GrCoverageCountingPathRenderer*, GrOnFlushResourceProvider*,
199 GrCoverageCountingPathRenderer(bool drawCachablePaths) function in class:GrCoverageCountingPathRenderer

Completed in 250 milliseconds