Home
last modified time | relevance | path

Searched defs:hardClip (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/
DGrAppliedClip.h121 const GrAppliedHardClip& hardClip() const { return fHardClip; } in hardClip() function
122 GrAppliedHardClip& hardClip() { return fHardClip; } in hardClip() function
DGrPipeline.cpp18 const GrAppliedHardClip& hardClip) in GrPipeline()
/third_party/flutter/skia/src/gpu/
DGrAppliedClip.h97 GrAppliedHardClip& hardClip() { return fHardClip; } in hardClip() function
/third_party/skia/src/gpu/tessellate/shaders/
DGrPathTessellationShader.cpp88 const GrAppliedHardClip& hardClip, in MakeStencilOnlyPipeline()