• Home
  • Raw
  • Download

Lines Matching refs:renderTargetContext

91                                           const GrRenderTargetContext* renderTargetContext,  in PathNeedsSWRenderer()  argument
125 renderTargetContext->fsaaType(), in PathNeedsSWRenderer()
147 const GrRenderTargetContext* renderTargetContext, in UseSWOnlyPath() argument
171 renderTargetContext, translate, element, nullptr, needsStencil)) { in UseSWOnlyPath()
181 bool GrClipStackClip::apply(GrContext* context, GrRenderTargetContext* renderTargetContext, in apply() argument
184 SkRect devBounds = SkRect::MakeIWH(renderTargetContext->width(), renderTargetContext->height()); in apply()
195 int maxWindowRectangles = renderTargetContext->priv().maxWindowRectangles(); in apply()
197 if (GrFSAAType::kNone != renderTargetContext->fsaaType()) { in apply()
201 if (renderTargetContext->numColorSamples() > 1 || useHWAA || hasUserStencilSettings) { in apply()
224 if (!this->applyClipMask(context, renderTargetContext, reducedClip, hasUserStencilSettings, in apply()
232 uint32_t opListID = renderTargetContext->getOpList()->uniqueID(); in apply()
233 int rtWidth = renderTargetContext->width(), rtHeight = renderTargetContext->height(); in apply()
242 bool GrClipStackClip::applyClipMask(GrContext* context, GrRenderTargetContext* renderTargetContext, in applyClipMask() argument
247 SkIRect rtIBounds = SkIRect::MakeWH(renderTargetContext->width(), in applyClipMask()
248 renderTargetContext->height()); in applyClipMask()
254 if ((GrFSAAType::kNone == renderTargetContext->fsaaType() && reducedClip.maskRequiresAA()) || in applyClipMask()
257 if (UseSWOnlyPath(context, hasUserStencilSettings, renderTargetContext, reducedClip)) { in applyClipMask()
260 result = this->createSoftwareClipMask(context, reducedClip, renderTargetContext); in applyClipMask()
281 renderTargetContext->setNeedsStencil(); in applyClipMask()
286 if (renderTargetContext->priv().mustRenderClip(reducedClip.maskGenID(), reducedClip.scissor(), in applyClipMask()
288 reducedClip.drawStencilClipMask(context, renderTargetContext); in applyClipMask()
289 renderTargetContext->priv().setLastClip(reducedClip.maskGenID(), reducedClip.scissor(), in applyClipMask()
442 GrRenderTargetContext* renderTargetContext) const { in createSoftwareClipMask()
460 if (taskGroup && renderTargetContext) { in createSoftwareClipMask()