Home
last modified time | relevance | path

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

/external/skqp/src/gpu/
DGrPathRendering.h91 struct StencilPathArgs { struct
92 StencilPathArgs(bool useHWAA, in StencilPathArgs() function
110 void stencilPath(const StencilPathArgs& args, const GrPath* path); argument
122 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRenderer.h140 struct StencilPathArgs { struct
141 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation.
158 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument
200 virtual void onStencilPath(const StencilPathArgs&);
DGrPathRenderer.cpp18 void GrPathRenderer::StencilPathArgs::validate() const { in validate()
101 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrPathRendering_none.cpp50 void GrGLPathRendering::onStencilPath(const StencilPathArgs&, const GrPath*) {} in onStencilPath() argument
DGrPathRendering.cpp48 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath()
DGrReducedClip.cpp915 GrPathRenderer::StencilPathArgs args; in drawStencilClipMask()
/external/skia/src/gpu/
DGrPathRenderer.h146 struct StencilPathArgs { struct
147 SkDEBUGCODE(StencilPathArgs() { memset(this, 0, sizeof(*this)); }) // For validation.
164 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument
205 virtual void onStencilPath(const StencilPathArgs&);
DGrPathRenderer.cpp19 void GrPathRenderer::StencilPathArgs::validate() const { in validate()
98 void GrPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrStencilMaskHelper.cpp311 GrPathRenderer::StencilPathArgs args; in stencil_path()
DGrSurfaceDrawContext.cpp938 GrPathRenderer::StencilPathArgs args; in stencilPath()
/external/skqp/src/gpu/ops/
DGrDefaultPathRenderer.h30 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.h36 void onStencilPath(const StencilPathArgs&) override;
DGrStencilPathOp.cpp38 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fProxy, in onExecute()
DGrStencilAndCoverPathRenderer.cpp80 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrDefaultPathRenderer.cpp669 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/external/skia/src/gpu/ops/
DGrDefaultPathRenderer.h32 void onStencilPath(const StencilPathArgs&) override;
DGrDefaultPathRenderer.cpp728 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/external/skia/src/gpu/tessellate/
DGrTessellationPathRenderer.h56 void onStencilPath(const StencilPathArgs&) override;
DGrTessellationPathRenderer.cpp358 void GrTessellationPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/external/skqp/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()