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

  /external/skia/src/gpu/
GrPathRenderer.h 84 StencilSupport getStencilSupport(const GrDrawTarget* target,
113 * Draws the path into the draw target. If getStencilSupport() would return kNoRestriction then
133 kNoRestriction_StencilSupport == this->getStencilSupport(target, ds, path,
152 SkASSERT(kNoSupport_StencilSupport != this->getStencilSupport(target, ds, path, stroke));
GrPathRendererChain.cpp 66 fChain[i]->getStencilSupport(target, pipelineBuilder, path, stroke);

Completed in 490 milliseconds