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

/external/chromium_org/third_party/skia/src/gpu/
H A DGrPathRendererChain.cpp45 GR_STATIC_ASSERT(GrPathRenderer::kNoSupport_StencilSupport <
56 minStencilSupport = GrPathRenderer::kNoSupport_StencilSupport;
62 if (GrPathRenderer::kNoSupport_StencilSupport != minStencilSupport) {
H A DGrPathRenderer.h69 static const StencilSupport kNoSupport_StencilSupport = member in class:GrPathRenderer
70 GrPathRendererChain::kNoSupport_StencilSupport;
137 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(path, stroke, target));
H A DGrSoftwarePathRenderer.cpp29 return GrPathRenderer::kNoSupport_StencilSupport;
/external/skia/src/gpu/
H A DGrPathRendererChain.cpp45 GR_STATIC_ASSERT(GrPathRenderer::kNoSupport_StencilSupport <
56 minStencilSupport = GrPathRenderer::kNoSupport_StencilSupport;
62 if (GrPathRenderer::kNoSupport_StencilSupport != minStencilSupport) {
H A DGrPathRenderer.h69 static const StencilSupport kNoSupport_StencilSupport = member in class:GrPathRenderer
70 GrPathRendererChain::kNoSupport_StencilSupport;
137 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(path, stroke, target));
H A DGrSoftwarePathRenderer.cpp35 return GrPathRenderer::kNoSupport_StencilSupport;
/external/chromium_org/third_party/skia/include/gpu/
H A DGrPathRendererChain.h30 kNoSupport_StencilSupport, enumerator in enum:GrPathRendererChain::StencilSupport
/external/skia/include/gpu/
H A DGrPathRendererChain.h30 kNoSupport_StencilSupport, enumerator in enum:GrPathRendererChain::StencilSupport

Completed in 134 milliseconds