Searched refs:CreateIfSupported (Results 1 – 8 of 8) sorted by relevance
15 std::unique_ptr<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() function in GrCoverageCountingPathRenderer
29 static std::unique_ptr<GrCoverageCountingPathRenderer> CreateIfSupported(
42 std::unique_ptr<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() function in GrCoverageCountingPathRenderer
14 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() function in GrCoverageCountingPathRenderer
37 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&, AllowCaching,
33 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() function in GrCoverageCountingPathRenderer
38 fCoverageCountingPathRenderer = GrCoverageCountingPathRenderer::CreateIfSupported(context); in GrPathRendererChain()
42 if (auto ccpr = GrCoverageCountingPathRenderer::CreateIfSupported( in GrPathRendererChain()