Searched refs:hardClip (Results 1 – 13 of 13) sorted by relevance
/external/skia/src/gpu/ |
D | GrPipeline.cpp | 20 const GrAppliedHardClip& hardClip) in GrPipeline() argument 23 if (hardClip.hasStencilClip()) { in GrPipeline() 26 if (hardClip.scissorState().enabled()) { in GrPipeline() 30 fWindowRectsState = hardClip.windowRectsState(); in GrPipeline() 45 : GrPipeline(args, processors.refXferProcessor(), appliedClip.hardClip()) { in GrPipeline()
|
D | GrAppliedClip.h | 121 const GrAppliedHardClip& hardClip() const { return fHardClip; } in hardClip() function 122 GrAppliedHardClip& hardClip() { return fHardClip; } in hardClip() function
|
D | GrClipStackClip.cpp | 227 out->hardClip().addScissor(reducedClip.scissor(), bounds); in apply() 232 out->hardClip().addWindowRectangles(reducedClip.windowRectangles(), in apply() 301 out->hardClip().addStencilClip(reducedClip.maskGenID()); in applyClipMask()
|
D | GrClip.h | 249 Effect effect = this->apply(&out->hardClip(), &pixelBounds); in apply()
|
D | GrOpFlushState.h | 163 fOpArgs->appliedClip()->hardClip() : GrAppliedHardClip::Disabled(); in appliedHardClip()
|
D | GrClipStack.cpp | 405 out->hardClip().addStencilClip(genID); in render_stencil_mask() 1463 out->hardClip().addScissor(scissorBounds, bounds); in apply() 1466 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()
|
/external/skia/src/gpu/tessellate/ |
D | GrStencilPathShader.h | 28 const GrAppliedHardClip& hardClip) { in MakeStencilPassPipeline() argument 40 hardClip); in MakeStencilPassPipeline()
|
D | GrPathStencilFillOp.cpp | 61 args, fAAType, fOpFlags, appliedClip.hardClip()); in prePreparePrograms()
|
D | GrPathInnerTriangulateOp.cpp | 86 appliedClip.hardClip()); in prePreparePrograms()
|
/external/skqp/src/gpu/ |
D | GrClipStackClip.cpp | 226 out->hardClip().addScissor(reducedClip.scissor(), bounds); in apply() 230 out->hardClip().addWindowRectangles(reducedClip.windowRectangles(), in apply() 306 out->hardClip().addStencilClip(reducedClip.maskGenID()); in applyClipMask()
|
D | GrAppliedClip.h | 97 GrAppliedHardClip& hardClip() { return fHardClip; } in hardClip() function
|
D | GrClip.h | 152 return this->apply(rtc->width(), rtc->height(), &out->hardClip(), bounds); in apply()
|
/external/skia/tests/ |
D | GrClipStackTest.cpp | 1900 REPORTER_ASSERT(r, !out.hardClip().hasStencilClip(), "Clip should not need stencil"); in DEF_TEST() 1901 REPORTER_ASSERT(r, !out.hardClip().windowRectsState().enabled(), in DEF_TEST()
|