/third_party/flutter/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 21 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps, CoverageType* coverageType) { in IsSupported() 56 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() 60 return sk_sp<GrCoverageCountingPathRenderer>(new GrCoverageCountingPathRenderer( in CreateIfSupported() 66 GrCoverageCountingPathRenderer::GrCoverageCountingPathRenderer( in GrCoverageCountingPathRenderer() function in GrCoverageCountingPathRenderer 74 GrCCPerOpListPaths* GrCoverageCountingPathRenderer::lookupPendingPaths(uint32_t opListID) { in lookupPendingPaths() 83 GrPathRenderer::CanDrawPath GrCoverageCountingPathRenderer::onCanDrawPath( in onCanDrawPath() 169 bool GrCoverageCountingPathRenderer::onDrawPath(const DrawPathArgs& args) { in onDrawPath() 182 void GrCoverageCountingPathRenderer::recordOp(std::unique_ptr<GrCCDrawPathsOp> op, in recordOp() 193 std::unique_ptr<GrFragmentProcessor> GrCoverageCountingPathRenderer::makeClipProcessor( in makeClipProcessor() 229 void GrCoverageCountingPathRenderer::preFlush(GrOnFlushResourceProvider* onFlushRP, in preFlush() [all …]
|
D | GrCoverageCountingPathRenderer_none.cpp | 10 bool GrCoverageCountingPathRenderer::IsSupported(const GrCaps& caps, CoverageType*) { in IsSupported() 14 sk_sp<GrCoverageCountingPathRenderer> GrCoverageCountingPathRenderer::CreateIfSupported( in CreateIfSupported() 19 std::unique_ptr<GrFragmentProcessor> GrCoverageCountingPathRenderer::makeClipProcessor( in makeClipProcessor()
|
D | GrCoverageCountingPathRenderer.h | 28 class GrCoverageCountingPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject { 39 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported( 88 GrCoverageCountingPathRenderer(CoverageType, AllowCaching, uint32_t contextUniqueID);
|
D | GrCCDrawPathsOp.cpp | 39 strokeDevWidth = GrCoverageCountingPathRenderer::GetStrokeDevWidth( in Make() 46 if (conservativeSize > GrCoverageCountingPathRenderer::kPathCropThreshold) { in Make() 55 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make() 61 GrCoverageCountingPathRenderer::CropPath(croppedDevPath, cropBox, &croppedDevPath); in Make() 85 GrCoverageCountingPathRenderer::kPathCropThreshold + in InternalMake() 86 GrCoverageCountingPathRenderer::kMaxBoundsInflationFromStroke*2 + 1); in InternalMake()
|
/third_party/flutter/skia/src/gpu/ |
D | GrPathRendererChain.h | 19 class GrCoverageCountingPathRenderer; variable 53 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer() 62 GrCoverageCountingPathRenderer* fCoverageCountingPathRenderer = nullptr;
|
D | GrReducedClip.h | 16 class GrCoverageCountingPathRenderer; variable 100 GrCoverageCountingPathRenderer*, uint32_t opListID);
|
D | GrPathRendererChain.cpp | 37 using AllowCaching = GrCoverageCountingPathRenderer::AllowCaching; in GrPathRendererChain() 38 if (auto ccpr = GrCoverageCountingPathRenderer::CreateIfSupported( in GrPathRendererChain()
|
D | GrDrawingManager.h | 21 class GrCoverageCountingPathRenderer; variable 75 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer();
|
D | GrRenderTargetContext.h | 28 class GrCoverageCountingPathRenderer; variable 537 friend class GrCoverageCountingPathRenderer; // for access to addDrawOp variable
|
D | GrDrawingManager.cpp | 582 GrCoverageCountingPathRenderer* ccpr = this->getCoverageCountingPathRenderer(); in copyRenderTasksFromDDL() 746 GrCoverageCountingPathRenderer* GrDrawingManager::getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer()
|
D | GrReducedClip.cpp | 975 GrCoverageCountingPathRenderer* ccpr, uint32_t opListID) { in finishAndDetachAnalyticFPs()
|
/third_party/flutter/skia/tools/gpu/ |
D | GrTest.cpp | 90 void GrCoverageCountingPathRenderer::testingOnly_drawPathDirectly(const DrawPathArgs& args) { in testingOnly_drawPathDirectly() 98 GrCoverageCountingPathRenderer::testingOnly_getCurrentFlushResources() { in testingOnly_getCurrentFlushResources() 113 const GrCCPathCache* GrCoverageCountingPathRenderer::testingOnly_getPathCache() const { in testingOnly_getPathCache()
|
/third_party/flutter/skia/tests/ |
D | GrCCPRTest.cpp | 40 CCPRClip(GrCoverageCountingPathRenderer* ccpr, const SkPath& path) : fCCPR(ccpr), fPath(path) {} in CCPRClip() 58 GrCoverageCountingPathRenderer* const fCCPR; 80 GrCoverageCountingPathRenderer* ccpr() const { return fCCPR; } in ccpr() 136 GrCoverageCountingPathRenderer* fCCPR; 320 RecordLastMockAtlasIDs(sk_sp<GrCoverageCountingPathRenderer> ccpr) : fCCPR(ccpr) {} in RecordLastMockAtlasIDs() 345 sk_sp<GrCoverageCountingPathRenderer> fCCPR;
|
/third_party/flutter/skia/gn/ |
D | gpu.gni | 581 "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp", 582 "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.h",
|
/third_party/flutter/skia/tools/viewer/ |
D | Viewer.cpp | 1624 if (GrCoverageCountingPathRenderer::IsSupported( in drawImGui() 2267 if(GrCoverageCountingPathRenderer::IsSupported(*caps)) { in updateUIState()
|
/third_party/flutter/build/skia/ohos/ |
D | BUILD.gn | 783 "$flutter_root/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp",
|
/third_party/flutter/build/skia/ |
D | BUILD.gn | 1418 "$flutter_root/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp",
|
/third_party/flutter/engine/flutter/ci/licenses_golden/ |
D | licenses_skia | 3454 FILE: ../../../third_party/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp 3455 FILE: ../../../third_party/skia/src/gpu/ccpr/GrCoverageCountingPathRenderer.h
|