Searched refs:GrWindowRectsState (Results 1 – 10 of 10) sorted by relevance
13 class GrWindowRectsState {20 GrWindowRectsState() : fMode(Mode::kExclusive) {} in GrWindowRectsState() function21 GrWindowRectsState(const GrWindowRectangles& windows, Mode mode) in GrWindowRectsState() function41 bool operator==(const GrWindowRectsState& that) const {47 bool operator!=(const GrWindowRectsState& that) const { return !(*this == that); }
26 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()39 void addWindowRectangles(const GrWindowRectsState& windowState) { in addWindowRectangles()44 void addWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in addWindowRectangles()82 GrWindowRectsState fWindowRectsState;
33 const GrWindowRectsState& windowRectsState() const { return fWindowRectsState; } in windowRectsState()38 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles()52 GrWindowRectsState fWindowRectsState;
172 const GrWindowRectsState& getWindowRectsState() const { return fWindowRectsState; } in getWindowRectsState()221 GrWindowRectsState fWindowRectsState;
594 GrWindowRectsState::Mode::kExclusive); in drawAlphaClipMask()662 void setWindowRectangles(const GrWindowRectangles& windows, GrWindowRectsState::Mode mode) { in setWindowRectangles()697 stencilClip.setWindowRectangles(fWindowRects, GrWindowRectsState::Mode::kExclusive); in drawStencilClipMask()
271 GrWindowRectsState::Mode::kExclusive); in apply()
321 void flushWindowRectangles(const GrWindowRectsState&, const GrGLRenderTarget*);440 const GrWindowRectsState& windowState) { in set()447 const GrWindowRectsState& windowState) const { in knownEqualTo()462 GrWindowRectsState fWindowState;
1863 void GrGLGpu::flushWindowRectangles(const GrWindowRectsState& windowState, in flushWindowRectangles()1866 typedef GrWindowRectsState::Mode Mode; in flushWindowRectangles()
97 GrWindowRectsState dummyWindows; in construct_dummy_pipeline()
222 "$_src/gpu/GrWindowRectsState.h",