Searched refs:hardClip (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/src/gpu/ |
D | GrPipeline.cpp | 18 const GrAppliedHardClip& hardClip) in GrPipeline() argument 20 , fWindowRectsState(hardClip.windowRectsState()) in GrPipeline() 24 if (hardClip.hasStencilClip()) { in GrPipeline() 27 if (hardClip.scissorState().enabled()) { in GrPipeline() 36 : 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 | GrClip.h | 221 Effect effect = this->apply(&out->hardClip(), &pixelBounds); in apply()
|
D | GrOpFlushState.h | 162 fOpArgs->appliedClip()->hardClip() : GrAppliedHardClip::Disabled(); in appliedHardClip()
|
/third_party/skia/src/gpu/tessellate/shaders/ |
D | GrPathTessellationShader.cpp | 88 const GrAppliedHardClip& hardClip, in MakeStencilOnlyPipeline() argument 95 hardClip); in MakeStencilOnlyPipeline()
|
/third_party/skia/src/gpu/ops/ |
D | PathStencilCoverOp.cpp | 144 args, fAAType, appliedClip.hardClip(), pipelineFlags); in prePreparePrograms()
|
D | PathInnerTriangulateOp.cpp | 241 args, fAAType, appliedClip.hardClip(), pipelineFlags); in prePreparePrograms()
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.cpp | 395 out->hardClip().addStencilClip(genID); in render_stencil_mask() 1461 out->hardClip().addScissor(scissorBounds, bounds); in apply() 1464 out->hardClip().addWindowRectangles(windowRects, GrWindowRectsState::Mode::kExclusive); in apply()
|
/third_party/skia/tests/ |
D | GrClipStackTest.cpp | 1993 REPORTER_ASSERT(r, !out.hardClip().hasStencilClip(), "Clip should not need stencil"); in DEF_TEST() 1994 REPORTER_ASSERT(r, !out.hardClip().windowRectsState().enabled(), in DEF_TEST()
|