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

  /external/skia/src/gpu/ops/
GrStencilPathOp.cpp 18 state->gpu()->pathRendering()->stencilPath(args, fPath.get());
GrStencilAndCoverPathRenderer.cpp 78 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType,
114 args.fRenderTargetContext->priv().stencilPath(*args.fClip, args.fAAType, viewMatrix,
  /external/skia/src/gpu/
GrPathRendering.h 152 void stencilPath(const StencilPathArgs& args, const GrPath* path);
GrRenderTargetContextPriv.h 67 void stencilPath(const GrClip&, GrAAType, const SkMatrix& viewMatrix, const GrPath*);
GrPathRenderer.h 44 * simultaneously. The path renderer does support the stencilPath() function
172 /* Args to stencilPath().
207 void stencilPath(const StencilPathArgs& args) {
259 * Subclass implementation of stencilPath(). Subclass must override iff it ever returns
GrPathRendering.cpp 109 void GrPathRendering::stencilPath(const StencilPathArgs& args, const GrPath* path) {
GrReducedClip.cpp     [all...]
GrRenderTargetContext.cpp 618 void GrRenderTargetContextPriv::stencilPath(const GrClip& clip,
625 GR_CREATE_TRACE_MARKER_CONTEXT("GrRenderTargetContextPriv", "stencilPath",
    [all...]

Completed in 162 milliseconds