Searched defs:GrDrawTarget (Results 1 - 8 of 8) sorted by relevance

/external/skia/src/gpu/
H A DGrSoftwarePathRenderer.cpp15 bool GrSoftwarePathRenderer::canDrawPath(const GrDrawTarget*, argument
31 GrSoftwarePathRenderer::onGetStencilSupport(const GrDrawTarget*, argument
44 bool get_path_and_clip_bounds(const GrDrawTarget* target,
82 void draw_around_inv_path(GrDrawTarget* target,
120 bool GrSoftwarePathRenderer::onDrawPath(GrDrawTarget* target,
H A DGrDrawTarget.h37 class GrDrawTarget : public SkRefCnt { class in inherits:SkRefCnt
39 SK_DECLARE_INST_COUNT(GrDrawTarget)
46 // The context may not be fully constructed and should not be used during GrDrawTarget
48 GrDrawTarget(GrContext* context);
50 virtual ~GrDrawTarget() {}
209 DrawToken(GrDrawTarget* drawTarget, uint32_t drawID) :
215 GrDrawTarget* fDrawTarget;
256 const SkRect* devBounds, GrDrawTarget* target);
260 GrDrawTarget* target);
266 friend class GrDrawTarget;
[all...]
H A DGrPathRenderer.h12 #include "GrDrawTarget.h"
25 * Base class for drawing paths into a GrDrawTarget.
84 StencilSupport getStencilSupport(const GrDrawTarget* target,
106 virtual bool canDrawPath(const GrDrawTarget* target,
123 bool drawPath(GrDrawTarget* target,
146 void stencilPath(GrDrawTarget* target,
177 virtual StencilSupport onGetStencilSupport(const GrDrawTarget*, argument
187 virtual bool onDrawPath(GrDrawTarget*,
199 virtual void onStencilPath(GrDrawTarget* target,
H A DGrStencilAndCoverPathRenderer.cpp56 bool GrStencilAndCoverPathRenderer::canDrawPath(const GrDrawTarget* target,
69 GrStencilAndCoverPathRenderer::onGetStencilSupport(const GrDrawTarget*, argument
89 void GrStencilAndCoverPathRenderer::onStencilPath(GrDrawTarget* target,
100 bool GrStencilAndCoverPathRenderer::onDrawPath(GrDrawTarget* target,
H A DGrDefaultPathRenderer.cpp171 GrDefaultPathRenderer::onGetStencilSupport(const GrDrawTarget*, argument
536 bool GrDefaultPathRenderer::internalDrawPath(GrDrawTarget* target,
709 bool GrDefaultPathRenderer::canDrawPath(const GrDrawTarget* target,
721 bool GrDefaultPathRenderer::onDrawPath(GrDrawTarget* target,
737 void GrDefaultPathRenderer::onStencilPath(GrDrawTarget* target,
H A DGrDrawTarget.cpp9 #include "GrDrawTarget.h"
32 GrDrawTarget::GrDrawTarget(GrContext* context) function in class:GrDrawTarget
42 bool GrDrawTarget::setupDstReadIfNecessary(const GrPipelineBuilder& pipelineBuilder,
112 void GrDrawTarget::flush() {
128 void GrDrawTarget::drawBatch(GrPipelineBuilder* pipelineBuilder,
146 GrDrawTarget::PipelineInfo pipelineInfo(pipelineBuilder, &scissorState, batch, &bounds,
173 void GrDrawTarget::getPathStencilSettingsForFilltype(GrPathRendering::FillType fill,
190 void GrDrawTarget::stencilPath(GrPipelineBuilder* pipelineBuilder,
216 void GrDrawTarget
[all...]
H A DGrAADistanceFieldPathRenderer.cpp87 bool GrAADistanceFieldPathRenderer::canDrawPath(const GrDrawTarget* target,
116 GrAADistanceFieldPathRenderer::onGetStencilSupport(const GrDrawTarget*, argument
578 bool GrAADistanceFieldPathRenderer::onDrawPath(GrDrawTarget* target,
H A DGrTessellatingPathRenderer.cpp1338 const GrDrawTarget*,
1345 bool GrTessellatingPathRenderer::canDrawPath(const GrDrawTarget* target,
1492 bool GrTessellatingPathRenderer::onDrawPath(GrDrawTarget* target,
1337 onGetStencilSupport( const GrDrawTarget*, const GrPipelineBuilder*, const SkPath&, const GrStrokeInfo&) const argument

Completed in 134 milliseconds