Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendering.h133 struct StencilPathArgs { struct
134 StencilPathArgs(bool useHWAA, in StencilPathArgs() function
152 void stencilPath(const StencilPathArgs& args, const GrPath* path); argument
172 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRenderer.h180 struct StencilPathArgs { struct
207 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument
262 virtual void onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrPathRendering.cpp109 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath()
DGrReducedClip.cpp800 GrPathRenderer::StencilPathArgs args; in drawStencilClipMask()
/external/skia/src/gpu/ops/
DGrStencilPathOp.cpp16 GrPathRendering::StencilPathArgs args(fUseHWAA, state->drawOpArgs().fRenderTarget, in onExecute()
DGrMSAAPathRenderer.h22 void onStencilPath(const StencilPathArgs&) override;
DGrDefaultPathRenderer.h30 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.h35 void onStencilPath(const StencilPathArgs&) override;
DGrStencilAndCoverPathRenderer.cpp74 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrDefaultPathRenderer.cpp633 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrMSAAPathRenderer.cpp713 void GrMSAAPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/external/skia/src/gpu/gl/
DGrGLPathRendering.h69 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
DGrGLPathRendering.cpp118 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()