/external/skia/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 21 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 …]
|
D | GrCoverageCountingPathRenderer_none.cpp | 10 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()
|
D | GrCoverageCountingPathRenderer.h | 28 class GrCoverageCountingPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject { 37 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&, AllowCaching, 85 GrCoverageCountingPathRenderer(AllowCaching, uint32_t contextUniqueID);
|
D | GrCCDrawPathsOp.cpp | 38 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/skqp/src/gpu/ccpr/ |
D | GrCoverageCountingPathRenderer.cpp | 21 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 …]
|
D | GrCoverageCountingPathRenderer_none.cpp | 10 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()
|
D | GrCoverageCountingPathRenderer.h | 28 class GrCoverageCountingPathRenderer : public GrPathRenderer, public GrOnFlushCallbackObject { 37 static sk_sp<GrCoverageCountingPathRenderer> CreateIfSupported(const GrCaps&, AllowCaching, 85 GrCoverageCountingPathRenderer(AllowCaching, uint32_t contextUniqueID);
|
D | GrCCDrawPathsOp.cpp | 38 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/skqp/src/gpu/ |
D | GrPathRendererChain.h | 19 class GrCoverageCountingPathRenderer; variable 53 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer() 62 GrCoverageCountingPathRenderer* fCoverageCountingPathRenderer = nullptr;
|
D | GrReducedClip.h | 17 class GrCoverageCountingPathRenderer; variable 99 std::unique_ptr<GrFragmentProcessor> finishAndDetachAnalyticFPs(GrCoverageCountingPathRenderer*,
|
D | GrPathRendererChain.cpp | 41 using AllowCaching = GrCoverageCountingPathRenderer::AllowCaching; in GrPathRendererChain() 42 if (auto ccpr = GrCoverageCountingPathRenderer::CreateIfSupported( in GrPathRendererChain()
|
D | GrDrawingManager.h | 19 class GrCoverageCountingPathRenderer; variable 69 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer();
|
D | GrRenderTargetContext.h | 27 class GrCoverageCountingPathRenderer; variable 456 friend class GrCoverageCountingPathRenderer; // for access to addDrawOp variable
|
D | GrDrawingManager.cpp | 527 GrCoverageCountingPathRenderer* ccpr = this->getCoverageCountingPathRenderer(); in copyOpListsFromDDL() 686 GrCoverageCountingPathRenderer* GrDrawingManager::getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer()
|
/external/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 99 std::unique_ptr<GrFragmentProcessor> finishAndDetachAnalyticFPs(GrCoverageCountingPathRenderer*,
|
D | GrPathRendererChain.cpp | 49 using AllowCaching = GrCoverageCountingPathRenderer::AllowCaching; in GrPathRendererChain() 50 if (auto ccpr = GrCoverageCountingPathRenderer::CreateIfSupported( in GrPathRendererChain()
|
D | GrDrawingManager.h | 20 class GrCoverageCountingPathRenderer; variable 69 GrCoverageCountingPathRenderer* getCoverageCountingPathRenderer();
|
D | GrRenderTargetContext.h | 26 class GrCoverageCountingPathRenderer; variable 492 friend class GrCoverageCountingPathRenderer; // for access to addDrawOp variable
|
D | GrDrawingManager.cpp | 575 GrCoverageCountingPathRenderer* ccpr = this->getCoverageCountingPathRenderer(); in copyOpListsFromDDL() 748 GrCoverageCountingPathRenderer* GrDrawingManager::getCoverageCountingPathRenderer() { in getCoverageCountingPathRenderer()
|
/external/skia/tools/gpu/ |
D | GrTest.cpp | 107 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/ |
D | GrTest.cpp | 280 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/ |
D | GrCCPRTest.cpp | 37 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/ |
D | GrCCPRTest.cpp | 36 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/skqp/gn/ |
D | gpu.gni | 554 "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.cpp", 555 "$_src/gpu/ccpr/GrCoverageCountingPathRenderer.h",
|