Home
last modified time | relevance | path

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

/external/skia/src/gpu/
DGrPathRendering.h131 struct StencilPathArgs { struct
132 StencilPathArgs(bool useHWAA, in StencilPathArgs() function
150 void stencilPath(const StencilPathArgs& args, const GrPath* path) { in stencilPath() argument
193 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRenderer.h179 struct StencilPathArgs { struct
203 void stencilPath(const StencilPathArgs& args) { in stencilPath() argument
266 virtual void onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrClipMaskManager.cpp867 GrPathRenderer::StencilPathArgs args; in createStencilClipMask()
/external/skia/src/gpu/batches/
DGrStencilAndCoverPathRenderer.h36 void onStencilPath(const StencilPathArgs&) override;
DGrDefaultPathRenderer.h30 void onStencilPath(const StencilPathArgs&) override;
DGrStencilPathBatch.h64 GrPathRendering::StencilPathArgs args(fUseHWAA, fRenderTarget.get(), &fViewMatrix, in onDraw()
DGrStencilAndCoverPathRenderer.cpp66 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
DGrDefaultPathRenderer.cpp742 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
/external/skia/src/gpu/gl/
DGrGLPathRendering.h67 void onStencilPath(const StencilPathArgs&, const GrPath*) override;
DGrGLPathRendering.cpp99 void GrGLPathRendering::onStencilPath(const StencilPathArgs& args, const GrPath* path) { in onStencilPath()