Home | History | Annotate | Download | only in gpu

Lines Matching refs:GrAppliedHardClip

22 class GrAppliedHardClip {
24 GrAppliedHardClip() = default;
25 GrAppliedHardClip(GrAppliedHardClip&& that) = default;
26 GrAppliedHardClip(const GrAppliedHardClip&) = delete;
61 bool operator==(const GrAppliedHardClip& that) const {
66 bool operator!=(const GrAppliedHardClip& that) const { return !(*this == that); }
97 GrAppliedHardClip& hardClip() { return fHardClip; }
137 GrAppliedHardClip fHardClip;