Searched refs:kNoSupport_StencilSupport (Results 1 - 7 of 7) sorted by relevance

/external/skia/src/gpu/ops/
H A DGrDashLinePathRenderer.h20 return kNoSupport_StencilSupport;
H A DGrTessellatingPathRenderer.h25 return GrPathRenderer::kNoSupport_StencilSupport;
H A DGrSmallPathRenderer.h31 return GrPathRenderer::kNoSupport_StencilSupport;
/external/skia/src/gpu/
H A DGrPathRendererChain.cpp80 GR_STATIC_ASSERT(GrPathRenderer::kNoSupport_StencilSupport <
90 minStencilSupport = GrPathRenderer::kNoSupport_StencilSupport;
92 if (minStencilSupport != GrPathRenderer::kNoSupport_StencilSupport) {
101 if (GrPathRenderer::kNoSupport_StencilSupport != minStencilSupport) {
H A DGrSoftwarePathRenderer.h41 return GrPathRenderer::kNoSupport_StencilSupport;
H A DGrPathRenderer.h50 kNoSupport_StencilSupport, enumerator in enum:GrPathRenderer::StencilSupport
209 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(*args.fShape));
/external/skia/src/gpu/ccpr/
H A DGrCoverageCountingPathRenderer.h39 return GrPathRenderer::kNoSupport_StencilSupport;

Completed in 190 milliseconds