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

  /external/skia/src/gpu/
GrWindowRectsState.h 13 class GrWindowRectsState {
20 GrWindowRectsState() : fMode(Mode::kExclusive) {}
21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode)
41 bool operator==(const GrWindowRectsState& that) const {
47 bool operator!=(const GrWindowRectsState& that) const { return !(*this == that); }
  /external/skqp/src/gpu/
GrWindowRectsState.h 13 class GrWindowRectsState {
20 GrWindowRectsState() : fMode(Mode::kExclusive) {}
21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode)
41 bool operator==(const GrWindowRectsState& that) const {
47 bool operator!=(const GrWindowRectsState& that) const { return !(*this == that); }

Completed in 412 milliseconds