Home
last modified time | relevance | path

Searched refs:onStencilPath (Results 1 – 11 of 11) sorted by relevance

/external/skia/src/gpu/ops/
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() function in GrStencilAndCoverPathRenderer
DGrDefaultPathRenderer.cpp633 void GrDefaultPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrDefaultPathRenderer
DGrMSAAPathRenderer.cpp713 void GrMSAAPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath() function in GrMSAAPathRenderer
/external/skia/src/gpu/
DGrPathRenderer.h210 this->onStencilPath(args); in stencilPath()
262 virtual void onStencilPath(const StencilPathArgs& args) { in onStencilPath() function
DGrPathRendering.h172 virtual void onStencilPath(const StencilPathArgs&, const GrPath*) = 0;
DGrPathRendering.cpp111 this->onStencilPath(args, path); in stencilPath()
/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() function in GrGLPathRendering