Home
last modified time | relevance | path

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

/external/skia/src/gpu/batches/
DGrDefaultPathRenderer.h20 GrDefaultPathRenderer(bool separateStencilSupport, bool stencilWrapOpsSupport);
DGrDefaultPathRenderer.cpp27 bool stencilWrapOpsSupport) in GrDefaultPathRenderer() argument
29 , fStencilWrapOps(stencilWrapOpsSupport) { in GrDefaultPathRenderer()
/external/skia/src/gpu/
DGrPathRendererChain.cpp45 caps.stencilWrapOpsSupport()))->unref(); in GrPathRendererChain()
DGrClipMaskManager.cpp997 SkASSERT(this->caps()->stencilWrapOpsSupport() || !settings.usesWrapOp()); in setPipelineBuilderStencil()
/external/skia/include/gpu/
DGrCaps.h141 bool stencilWrapOpsSupport() const { return fStencilWrapOpsSupport; } in stencilWrapOpsSupport() function