Home
last modified time | relevance | path

Searched refs:GrCoverageCountingPathRenderer (Results 1 – 25 of 32) sorted by relevance

12

/external/skqp/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp21 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) { in IsSupported()
33 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported()
35 return sk_sp<GrCoverageCountingPathRenderer>((IsSupported(caps)) in CreateIfSupported()
36 ? new GrCoverageCountingPathRenderer(allowCaching, contextUniqueID) in CreateIfSupported()
40 GrCoverageCountingPathRenderer::GrCoverageCountingPathRenderer(AllowCaching allowCaching, in GrCoverageCountingPathRenderer() function in GrCoverageCountingPathRenderer
47 GrCCPerOpListPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opListID) { in lookupPendingPaths()
56 GrPathRenderer::CanDrawPath GrCoverageCountingPathRenderer::onCanDrawPath( in onCanDrawPath()
136 bool GrCoverageCountingPathRenderer::onDrawPath(const DrawPathArgs& args) { in onDrawPath()
149 void GrCoverageCountingPathRenderer::recordOp(std::unique_ptr<GrCCDrawPathsOp> op, in recordOp()
160 std::unique_ptr<GrFragmentProcessor> GrCoverageCountingPathRenderer::makeClipProcessor( in makeClipProcessor()
[all …]
DGrCoverageCountingPathRenderer_none.cpp10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) { in IsSupported()
14 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported()
19 std::unique_ptr<GrFragmentProcessor> GrCoverageCountingPathRenderer::makeClipProcessor( in makeClipProcessor()
DGrCoverageCountingPathRenderer.h28 class GrCoverageCountingPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject {
37 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&, AllowCaching,
85 GrCoverageCountingPathRenderer(AllowCaching, uint32_t contextUniqueID);
DGrCCDrawPathsOp.cpp38 strokeDevWidth = GrCoverageCountingPathRenderer::GetStrokeDevWidth( in Make()
45 if (conservativeSize > GrCoverageCountingPathRenderer::kPathCropThreshold) { in Make()
54 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make()
60 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make()
83 GrCoverageCountingPathRenderer::kPathCropThreshold + in InternalMake()
84 GrCoverageCountingPathRenderer::kMaxBoundsInflationFromStroke*2 + 1); in InternalMake()
/external/skia/src/gpu/ccpr/
DGrCoverageCountingPathRenderer.cpp21 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) { in IsSupported()
33 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported()
35 return sk_sp<GrCoverageCountingPathRenderer>((IsSupported(caps)) in CreateIfSupported()
36 ? new GrCoverageCountingPathRenderer(allowCaching, contextUniqueID) in CreateIfSupported()
40 GrCoverageCountingPathRenderer::GrCoverageCountingPathRenderer(AllowCaching allowCaching, in GrCoverageCountingPathRenderer() function in GrCoverageCountingPathRenderer
47 GrCCPerOpListPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opListID) { in lookupPendingPaths()
56 GrPathRenderer::CanDrawPath GrCoverageCountingPathRenderer::onCanDrawPath( in onCanDrawPath()
136 bool GrCoverageCountingPathRenderer::onDrawPath(const DrawPathArgs& args) { in onDrawPath()
149 void GrCoverageCountingPathRenderer::recordOp(std::unique_ptr<GrCCDrawPathsOp> op, in recordOp()
160 std::unique_ptr<GrFragmentProcessor> GrCoverageCountingPathRenderer::makeClipProcessor( in makeClipProcessor()
[all …]
DGrCoverageCountingPathRenderer_none.cpp10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps) { in IsSupported()
14 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported()
19 std::unique_ptr<GrFragmentProcessor> GrCoverageCountingPathRenderer::makeClipProcessor( in makeClipProcessor()
DGrCoverageCountingPathRenderer.h28 class GrCoverageCountingPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject {
37 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&, AllowCaching,
85 GrCoverageCountingPathRenderer(AllowCaching, uint32_t contextUniqueID);
DGrCCDrawPathsOp.cpp38 strokeDevWidth = GrCoverageCountingPathRenderer::GetStrokeDevWidth( in Make()
45 if (conservativeSize > GrCoverageCountingPathRenderer::kPathCropThreshold) { in Make()
54 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make()
60 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make()
84 GrCoverageCountingPathRenderer::kPathCropThreshold + in InternalMake()
85 GrCoverageCountingPathRenderer::kMaxBoundsInflationFromStroke*2 + 1); in InternalMake()
/external/skia/src/gpu/
DGrPathRendererChain.h19 class GrCoverageCountingPathRenderer; variable
53 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer()
62 GrCoverageCountingPathRenderer* fCoverageCountingPathRenderer = nullptr;
DGrReducedClip.h16 class GrCoverageCountingPathRenderer; variable
99 std::unique_ptr<GrFragmentProcessor> finishAndDetachAnalyticFPs(GrCoverageCountingPathRenderer*,
DGrPathRendererChain.cpp49 using AllowCaching = GrCoverageCountingPathRenderer::AllowCaching; in GrPathRendererChain()
50 if (auto ccpr = GrCoverageCountingPathRenderer::CreateIfSupported( in GrPathRendererChain()
DGrDrawingManager.h20 class GrCoverageCountingPathRenderer; variable
69 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer();
DGrRenderTargetContext.h26 class GrCoverageCountingPathRenderer; variable
492 friend class GrCoverageCountingPathRenderer; // for access to addDrawOp variable
DGrDrawingManager.cpp575 GrCoverageCountingPathRenderer* ccpr = this->getCoverageCountingPathRenderer(); in copyOpListsFromDDL()
748 GrCoverageCountingPathRenderer* GrDrawingManager::getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer()
/external/skqp/src/gpu/
DGrPathRendererChain.h19 class GrCoverageCountingPathRenderer; variable
53 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer()
62 GrCoverageCountingPathRenderer* fCoverageCountingPathRenderer = nullptr;
DGrReducedClip.h17 class GrCoverageCountingPathRenderer; variable
99 std::unique_ptr<GrFragmentProcessor> finishAndDetachAnalyticFPs(GrCoverageCountingPathRenderer*,
DGrPathRendererChain.cpp41 using AllowCaching = GrCoverageCountingPathRenderer::AllowCaching; in GrPathRendererChain()
42 if (auto ccpr = GrCoverageCountingPathRenderer::CreateIfSupported( in GrPathRendererChain()
DGrDrawingManager.h19 class GrCoverageCountingPathRenderer; variable
69 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer();
DGrRenderTargetContext.h27 class GrCoverageCountingPathRenderer; variable
456 friend class GrCoverageCountingPathRenderer; // for access to addDrawOp variable
DGrDrawingManager.cpp527 GrCoverageCountingPathRenderer* ccpr = this->getCoverageCountingPathRenderer(); in copyOpListsFromDDL()
686 GrCoverageCountingPathRenderer* GrDrawingManager::getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer()
/external/skia/tools/gpu/
DGrTest.cpp107 void GrCoverageCountingPathRenderer::testingOnly_drawPathDirectly(const DrawPathArgs& args) { in testingOnly_drawPathDirectly()
115 GrCoverageCountingPathRenderer::testingOnly_getCurrentFlushResources() { in testingOnly_getCurrentFlushResources()
130 const GrCCPathCache* GrCoverageCountingPathRenderer::testingOnly_getPathCache() const { in testingOnly_getPathCache()
/external/skqp/tools/gpu/
DGrTest.cpp280 void GrCoverageCountingPathRenderer::testingOnly_drawPathDirectly(const DrawPathArgs& args) { in testingOnly_drawPathDirectly()
288 GrCoverageCountingPathRenderer::testingOnly_getCurrentFlushResources() { in testingOnly_getCurrentFlushResources()
303 const GrCCPathCache* GrCoverageCountingPathRenderer::testingOnly_getPathCache() const { in testingOnly_getPathCache()
/external/skia/tests/
DGrCCPRTest.cpp37 CCPRClip(GrCoverageCountingPathRenderer* ccpr, const SkPath& path) : fCCPR(ccpr), fPath(path) {} in CCPRClip()
56 GrCoverageCountingPathRenderer* const fCCPR;
79 GrCoverageCountingPathRenderer* ccpr() const { return fCCPR; } in ccpr()
135 GrCoverageCountingPathRenderer* fCCPR;
316 RecordLastMockAtlasIDs(sk_sp<GrCoverageCountingPathRenderer> ccpr) : fCCPR(ccpr) {} in RecordLastMockAtlasIDs()
341 sk_sp<GrCoverageCountingPathRenderer> fCCPR;
/external/skqp/tests/
DGrCCPRTest.cpp36 CCPRClip(GrCoverageCountingPathRenderer* ccpr, const SkPath& path) : fCCPR(ccpr), fPath(path) {} in CCPRClip()
55 GrCoverageCountingPathRenderer* const fCCPR;
78 GrCoverageCountingPathRenderer* ccpr() const { return fCCPR; } in ccpr()
134 GrCoverageCountingPathRenderer* fCCPR;
315 RecordLastMockAtlasIDs(sk_sp<GrCoverageCountingPathRenderer> ccpr) : fCCPR(ccpr) {} in RecordLastMockAtlasIDs()
340 sk_sp<GrCoverageCountingPathRenderer> fCCPR;
/external/skia/gn/
Dgpu.gni565 "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp",
566 "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.h",

12