Home
last modified time | relevance | path

Searched refs:GrStencilAndCoverPathRenderer (Results 1 – 7 of 7) sorted by relevance

/external/skqp/src/gpu/ops/
DGrStencilAndCoverPathRenderer.cpp23 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider, in Create()
26 return new GrStencilAndCoverPathRenderer(resourceProvider); in Create()
32 GrStencilAndCoverPathRenderer::GrStencilAndCoverPathRenderer(GrResourceProvider* resourceProvider) in GrStencilAndCoverPathRenderer() function in GrStencilAndCoverPathRenderer
37 GrStencilAndCoverPathRenderer::onCanDrawPath(const CanDrawPathArgs& args) const { in onCanDrawPath()
80 void GrStencilAndCoverPathRenderer::onStencilPath(const StencilPathArgs& args) { in onStencilPath()
88 bool GrStencilAndCoverPathRenderer::onDrawPath(const DrawPathArgs& args) { in onDrawPath()
DGrStencilAndCoverPathRenderer.h21 class GrStencilAndCoverPathRenderer : public GrPathRenderer {
38 GrStencilAndCoverPathRenderer(GrResourceProvider*);
/external/skqp/src/gpu/
DGrPathRendering_none.cpp20 GrPathRenderer* GrStencilAndCoverPathRenderer::Create(GrResourceProvider* resourceProvider, in Create()
DGrPathRendererChain.cpp32 GrStencilAndCoverPathRenderer::Create(context->contextPriv().resourceProvider(), caps)); in GrPathRendererChain()
DGrRenderTargetContext.h453 friend class GrStencilAndCoverPathRenderer; // for access to add[Mesh]DrawOp variable
/external/skqp/gn/
Dgpu.gni571 "$_src/gpu/ops/GrStencilAndCoverPathRenderer.cpp",
572 "$_src/gpu/ops/GrStencilAndCoverPathRenderer.h",
/external/skqp/
DAndroid.bp1048 "src/gpu/ops/GrStencilAndCoverPathRenderer.cpp",