Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/
DGrAppliedClip.h121 const GrAppliedHardClip& hardClip() const { return fHardClip; } in hardClip() function
122 GrAppliedHardClip& hardClip() { return fHardClip; } in hardClip() function
DGrPipeline.cpp20 const GrAppliedHardClip& hardClip) in GrPipeline()
/external/skia/src/gpu/ganesh/tessellate/
DGrPathTessellationShader.cpp273 const GrAppliedHardClip& hardClip, in MakeStencilOnlyPipeline()