Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendering.h136 struct StencilPathArgs { struct
137 StencilPathArgs(bool useHWAA, in StencilPathArgs() function
155 void stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() argument
195 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRenderer.h185 struct StencilPathArgs { struct
212 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument
267 virtual void onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrReducedClip.cpp789 GrPathRenderer::StencilPathArgs args; in drawStencilClipMask()
/external/skia/src/gpu/ops/
DGrMSAAPathRenderer.h22 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.h35 void onStencilPath(const StencilPathArgs&) override;
DGrDefaultPathRenderer.h31 void onStencilPath(const StencilPathArgs&) override;
DGrStencilPathOp.h70 GrPathRendering::StencilPathArgs args(fUseHWAA, fRenderTarget.get(), &fViewMatrix, in onExecute()
DGrStencilAndCoverPathRenderer.cpp76 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrDefaultPathRenderer.cpp597 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrMSAAPathRenderer.cpp699 void GrMSAAPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/external/skia/src/gpu/gl/
DGrGLPathRendering.h68 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
DGrGLPathRendering.cpp118 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()