Home
last modified time | relevance | path

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

12

/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()
/external/skia/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.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.cpp915 GrPathRenderer::StencilPathArgs args; in drawStencilClipMask()
/external/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.cpp80 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrDefaultPathRenderer.cpp668 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/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/gl/
DGrGLPathRendering.h67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
DGrGLPathRendering.cpp86 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { 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()

12