Home
last modified time | relevance | path

Searched refs:hardClip (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/gpu/
DGrPipeline.cpp18 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()
DGrAppliedClip.h121 const GrAppliedHardClip& hardClip() const { return fHardClip; } in hardClip() function
122 GrAppliedHardClip& hardClip() { return fHardClip; } in hardClip() function
DGrClip.h221 Effect effect = this->apply(&out->hardClip(), &pixelBounds); in apply()
DGrOpFlushState.h162 fOpArgs->appliedClip()->hardClip() : GrAppliedHardClip::Disabled(); in appliedHardClip()
/third_party/skia/src/gpu/tessellate/shaders/
DGrPathTessellationShader.cpp88 const GrAppliedHardClip& hardClip, in MakeStencilOnlyPipeline() argument
95 hardClip); in MakeStencilOnlyPipeline()
/third_party/skia/src/gpu/ops/
DPathStencilCoverOp.cpp144 args, fAAType, appliedClip.hardClip(), pipelineFlags); in prePreparePrograms()
DPathInnerTriangulateOp.cpp241 args, fAAType, appliedClip.hardClip(), pipelineFlags); in prePreparePrograms()
/third_party/skia/src/gpu/v1/
DClipStack.cpp395 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/
DGrClipStackTest.cpp1993 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()