HomeSort by relevance Sort by last modified time
    Searched refs:StencilSupport (Results 1 - 12 of 12) sorted by null

  /external/skia/src/gpu/
GrPathRenderer.h 68 typedef GrPathRendererChain::StencilSupport StencilSupport;
69 static const StencilSupport kNoSupport_StencilSupport =
71 static const StencilSupport kStencilOnly_StencilSupport =
73 static const StencilSupport kNoRestriction_StencilSupport =
84 StencilSupport getStencilSupport(const SkPath& path,
143 virtual StencilSupport onGetStencilSupport(const SkPath&,
GrSoftwarePathRenderer.h 32 virtual StencilSupport onGetStencilSupport(const SkPath&,
GrStencilAndCoverPathRenderer.h 34 virtual StencilSupport onGetStencilSupport(const SkPath&,
GrPathRendererChain.cpp 39 StencilSupport* stencilSupport) {
50 GrPathRenderer::StencilSupport minStencilSupport;
64 GrPathRenderer::StencilSupport support = fChain[i]->getStencilSupport(path,
69 } else if (NULL != stencilSupport) {
70 *stencilSupport = support;
GrDefaultPathRenderer.h 29 virtual StencilSupport onGetStencilSupport(const SkPath&,
GrSoftwarePathRenderer.cpp 31 GrPathRenderer::StencilSupport GrSoftwarePathRenderer::onGetStencilSupport(
GrStencilAndCoverPathRenderer.cpp 45 GrPathRenderer::StencilSupport GrStencilAndCoverPathRenderer::onGetStencilSupport(
GrDefaultPathRenderer.cpp 165 GrPathRenderer::StencilSupport GrDefaultPathRenderer::onGetStencilSupport(
GrClipMaskManager.cpp 624 GrPathRenderer::StencilSupport stencilSupport;
633 stencilSupport = GrPathRenderer::kNoRestriction_StencilSupport;
647 &stencilSupport);
657 GrPathRenderer::kNoRestriction_StencilSupport == stencilSupport;
    [all...]
GrContext.cpp     [all...]
  /external/skia/include/gpu/
GrPathRendererChain.h 31 enum StencilSupport {
57 is drawing the path to the stencil buffer then stencilSupport can be used to determine
59 StencilSupport in GrPathRenderer.h. */
64 StencilSupport* stencilSupport);
GrContext.h     [all...]

Completed in 3466 milliseconds