Home
last modified time | relevance | path

Searched refs:stencilWrapOpsSupport (Results 1 – 5 of 5) sorted by relevance

/external/skia/src/gpu/
DGrDefaultPathRenderer.h20 GrDefaultPathRenderer(bool separateStencilSupport, bool stencilWrapOpsSupport);
DGrPathRendererChain.cpp83 bool wrapOp = gpu->caps()->stencilWrapOpsSupport(); in init()
DGrDrawTargetCaps.h132 bool stencilWrapOpsSupport() const { return fStencilWrapOpsSupport; } in stencilWrapOpsSupport() function
DGrDefaultPathRenderer.cpp25 bool stencilWrapOpsSupport) in GrDefaultPathRenderer() argument
27 , fStencilWrapOps(stencilWrapOpsSupport) { in GrDefaultPathRenderer()
DGrClipMaskManager.cpp948 SkASSERT(fClipTarget->caps()->stencilWrapOpsSupport() || !settings.usesWrapOp()); in setPipelineBuilderStencil()