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

  /external/skia/src/gpu/
GrPathRenderer.h 63 * simultaneously. The path renderer does support the stencilPath() function
146 void stencilPath(GrDrawTarget* target,
196 * Subclass implementation of stencilPath(). Subclass must override iff it ever returns
GrGpu.cpp 304 void GrGpu::stencilPath(const GrPath* path, const StencilPathState& state) {
GrDrawTarget.cpp 190 void GrDrawTarget::stencilPath(GrPipelineBuilder* pipelineBuilder,
  /external/skia/src/gpu/gl/
GrGLPathRendering.cpp 154 void GrGLPathRendering::stencilPath(const GrPath* path, const GrStencilSettings& stencilSettings) {

Completed in 88 milliseconds