Searched defs:GrWindowRectsState (Results 1 - 2 of 2) sorted by relevance

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

Completed in 94 milliseconds