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

  /external/skia/src/gpu/
GrDefaultPathRenderer.h 44 virtual void onStencilPath(GrDrawTarget*,
GrStencilAndCoverPathRenderer.h 49 virtual void onStencilPath(GrDrawTarget*,
GrPathRenderer.h 153 this->onStencilPath(target, ds, viewMatrix, path, stroke);
199 virtual void onStencilPath(GrDrawTarget* target,
GrInOrderDrawBuffer.h 88 void onStencilPath(const GrPipelineBuilder&,
GrStencilAndCoverPathRenderer.cpp 89 void GrStencilAndCoverPathRenderer::onStencilPath(GrDrawTarget* target,
GrDrawTarget.h 285 virtual void onStencilPath(const GrPipelineBuilder&,
GrGpu.h 438 virtual void onStencilPath(const GrPath*, const StencilPathState&) = 0;
GrInOrderDrawBuffer.cpp 34 void GrInOrderDrawBuffer::onStencilPath(const GrPipelineBuilder& pipelineBuilder,
GrTest.cpp 204 void onStencilPath(const GrPath* path, const StencilPathState& state) override {}
GrGpu.cpp 306 this->onStencilPath(path, state);
GrDefaultPathRenderer.cpp 737 void GrDefaultPathRenderer::onStencilPath(GrDrawTarget* target,
GrDrawTarget.cpp 213 this->onStencilPath(*pipelineBuilder, pathProc, path, scissorState, stencilSettings);
  /external/skia/src/gpu/gl/
GrGLGpu.h 153 void onStencilPath(const GrPath*, const StencilPathState&) override;
GrGLGpu.cpp     [all...]

Completed in 103 milliseconds