Home
last modified time | relevance | path

Searched refs:StencilPathArgs (Results 1 – 21 of 21) sorted by relevance

/third_party/flutter/skia/src/gpu/
DGrPathRendering.h90 struct StencilPathArgs { struct
91 StencilPathArgs(bool useHWAA, in StencilPathArgs() function
109 void stencilPath(const StencilPathArgs& args, const GrPath* path); argument
121 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRenderer.h143 struct StencilPathArgs { struct
144 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation.
161 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument
203 virtual void onStencilPath(const StencilPathArgs&);
DGrPathRenderer.cpp18 void GrPathRenderer::StencilPathArgs::validate() const { in validate()
97 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrPathRendering_none.cpp52 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() argument
DGrPathRendering.cpp48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath()
DGrReducedClip.cpp926 GrPathRenderer::StencilPathArgs args; in drawStencilClipMask()
/third_party/skia/src/gpu/v1/
DPathRenderer.h149 struct StencilPathArgs { struct
150 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation.
167 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument
203 virtual void onStencilPath(const StencilPathArgs&);
DPathRenderer.cpp24 void PathRenderer::StencilPathArgs::validate() const { in validate()
85 void PathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DStencilMaskHelper.cpp324 skgpu::v1::PathRenderer::StencilPathArgs args; in stencil_path()
DSurfaceDrawContext.cpp938 PathRenderer::StencilPathArgs args; in stencilPath()
/third_party/skia/src/gpu/ops/
DTessellationPathRenderer.h32 void onStencilPath(const StencilPathArgs&) override;
DDefaultPathRenderer.h32 void onStencilPath(const StencilPathArgs&) override;
DTessellationPathRenderer.cpp196 void TessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DDefaultPathRenderer.cpp803 void DefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/third_party/flutter/skia/src/gpu/ops/
DGrDefaultPathRenderer.h30 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.h35 void onStencilPath(const StencilPathArgs&) override;
DGrStencilPathOp.cpp38 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy, in onExecute()
DGrStencilAndCoverPathRenderer.cpp77 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrDefaultPathRenderer.cpp671 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/third_party/flutter/skia/src/gpu/gl/
DGrGLPathRendering.h67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
DGrGLPathRendering.cpp86 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()