Home
last modified time | relevance | path

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

/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer_none.cpp15 std::unique_ptr<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() function in GrCoverageCountingPathRenderer
DGrCoverageCountingPathRenderer.h29 static std::unique_ptr<GrCoverageCountingPathRenderer> CreateIfSupported(
DGrCoverageCountingPathRenderer.cpp42 std::unique_ptr<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() function in GrCoverageCountingPathRenderer
/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer_none.cpp14 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() function in GrCoverageCountingPathRenderer
DGrCoverageCountingPathRenderer.h37 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&, AllowCaching,
DGrCoverageCountingPathRenderer.cpp33 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() function in GrCoverageCountingPathRenderer
/external/skia/src/gpu/
DGrPathRendererChain.cpp38 fCoverageCountingPathRenderer = GrCoverageCountingPathRenderer::CreateIfSupported(context); in GrPathRendererChain()
/external/skqp/src/gpu/
DGrPathRendererChain.cpp42 if (auto ccpr = GrCoverageCountingPathRenderer::CreateIfSupported( in GrPathRendererChain()