HomeSort by relevance Sort by last modified time
    Searched defs:GrAppliedClip (Results 1 - 2 of 2) sorted by null

  /external/skia/src/gpu/
GrAppliedClip.h 77 class GrAppliedClip {
79 GrAppliedClip() = default;
80 GrAppliedClip(GrAppliedClip&& that) = default;
81 GrAppliedClip(const GrAppliedClip&) = delete;
108 bool operator==(const GrAppliedClip& that) const {
126 bool operator!=(const GrAppliedClip& that) const { return !(*this == that); }
  /external/skqp/src/gpu/
GrAppliedClip.h 77 class GrAppliedClip {
79 GrAppliedClip() = default;
80 GrAppliedClip(GrAppliedClip&& that) = default;
81 GrAppliedClip(const GrAppliedClip&) = delete;
108 bool operator==(const GrAppliedClip& that) const {
126 bool operator!=(const GrAppliedClip& that) const { return !(*this == that); }

Completed in 482 milliseconds